FPS Performance Issue

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

FPS Performance Issue

534 Views
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 Kudos
Reply
2 Replies

520 Views
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 Kudos
Reply

495 Views
Bo_Kang
Contributor I

Hi Edwin, thanks for the response. 

I use RGB LCD interface, not MIPI

0 Kudos
Reply