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

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);