In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

In Imxrt1064 LVGL Screen Stuck Issue after Some Screen jumps.

ソリューションへジャンプ
662件の閲覧回数

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 解決策
623件の閲覧回数
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 返信
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 件の賞賛
返信