In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

跳至解决方案
663 次查看

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?

标签 (1)
0 项奖励
回复
1 解答
624 次查看
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 项奖励
回复
1 回复
625 次查看
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 项奖励
回复