SLS 1.3.2 supports till LVGL 8.3.6 while the latest version is 8.3.9.
1 Like
I use it with 8.3.7 without trouble. If new minor not change syntax for call func , then set 8.3.6 will work with up versions. Primary only ui_helpers file is changed by this setings in SLS
Can somebody @kisvegabor explain this ui helper
void _ui_screen_delete( lv_obj_t ** target )
{
if(*target == NULL)
{
lv_obj_del(*target);
target = NULL;
}
}
It’s really messy
I’ll look into it.