FPS Performance Issue

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

FPS Performance Issue

504 次查看
Bo_Kang
Contributor I

Hi,

Currently I’m devloping GUI software with LVGL V8.3.5 on NXP MIMXRT1062, I’m facing an issue regarding fps performance. (the Screen Display I’m using is a 10"inch 800x480 resolution, RGB565)
I just input some basic button, icons, and a large static png(, about 400x400, already converted into .c file using LVGL offical image converter), by enable LV_USE_PERF_MONITOR, I found the FPS is drop to only about 7, and CPU usage is going up to around 43%(I set refresh period as 40ms, so FPS should be 25. and I configure disp_drv.full_refresh = 1)
Does anyone know where can I found some demo example with LVGL V8.x of which configuring disp_drv.full_refresh = 0, and NXP PXP enabled?

0 项奖励
回复
2 回复数

490 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Bo_Kang,

Please look at the following page for performance optimization tips for LVGL: GUIGUIDERUG_1.9.0: GUI Guider v1.9.0 User Guide | NXP Semiconductors.

Unfortunately, as mentioned on this post, the i.MX RT's MIPI does not support partial refresh: Solved: Re: LVGL the screen will flicker when exiting full_refresh mode - NXP Community.

BR,
Edwin.

0 项奖励
回复

465 次查看
Bo_Kang
Contributor I

Hi Edwin, thanks for the response. 

I use RGB LCD interface, not MIPI

0 项奖励
回复