Describe the bug LVGL V8.1 - lv_scr_load_anim works perfectly for the most part, but it can on ocation cause LVGL to freeze, which in the end makes the MCU reboot (crash). It happens most likely because the object that's being deleted is...
The main issue is that the call toscr_load_anim_startis never done for the first screen. To Reproduce lv_obj_t*screen1=lv_obj_create(NULL,NULL);lv_obj_t*screen2=lv_obj_create(NULL,NULL);// add widgets to both screenslv_scr_load_anim(screen1,LV_SCR_LOAD_ANIM_FADE_ON,500,0, ...
LVGL Version: tag 8.3.6 (my esp-idf version cannot compile tag 8.3.7) Platform: ESP32 Description: It is very strange that when I use lv_scr_load_anim(scr, LV_SCR_LOAD_ANIM_FADE_ON, 400, 0, true); to load the screen with a time of animat...
{ LV_SCR_LOAD_ANIM_NONE, LV_SCR_LOAD_ANIM_OVER_LEFT, LV_SCR_LOAD_ANIM_OVER_RIGHT, LV_SCR_LOAD_ANIM_OVER_TOP, LV_SCR_LOAD_ANIM_OVER_BOTTOM, LV_SCR_LOAD_ANIM_MOVE_LEFT, LV_SCR_LOAD_ANIM_MOVE_RIGHT, LV_SCR_LOAD_ANIM_MOVE_TOP, LV_SCR_LOAD_ANIM_MOVE_BOTTOM, LV_SCR_LOAD_ANIM_...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...