Merge pull request #13257 from s-hadinger/lvgl_fix_init

LVGL fix init display desctriptor
This commit is contained in:
s-hadinger 2021-10-02 11:00:40 +02:00 committed by GitHub
commit 6ee08a1bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ extern "C" {
if (argc == 0 || (argc == 1 && be_isstring(vm, 1))) {
const char * uconfig = nullptr;
if (argc == 1) {
be_tostring(vm, 1);
uconfig = be_tostring(vm, 1);
}
start_lvgl(uconfig);
be_return_nil(vm);