In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

Jump to solution
544 Views

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?

Labels (1)
0 Kudos
Reply
1 Solution
505 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
Reply
1 Reply
506 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply