Hello I am Working on EVKB IMXRT1064 Development Board. I am running Lvgl_guider(LittleVGL project used with GUI Guider.) Example Code. Screen reflections are getting stuck after some time when I switching from one screen to another. After the reset it work for some switching and again stuck the screen. Can you please give me the solution for this?
Solved! Go to Solution.
Hello
I hope you are well.
Please add the following line when switching between screens
lv_obj_del(guider_ui.screen); // delete
There could be a memory overflow when not deleting the screen when changing them.
Best regards,
Omar
Hello
I hope you are well.
Please add the following line when switching between screens
lv_obj_del(guider_ui.screen); // delete
There could be a memory overflow when not deleting the screen when changing them.
Best regards,
Omar