i.MX93 LVGL how to use PXP rendering

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

i.MX93 LVGL how to use PXP rendering

跳至解决方案
1,622 次查看
chrishoen
Contributor I

I'm trying to get the LVGL benchmark program for MX93 (LVGL ported to i.MX 93 Evaluation Kit) (https://github.com/lvgl/lv_port_nxp_imx93.git) working so that it uses the PXP gpu for rendering.

In lv_config.h, I set

#define LV_USE_DRAW_PXP 1

and get compile errors:

fatal error: fsl_cache.h: No such file or directory

which are obviously not MX93,  but for some NXP microcontroller.

Any advice on where I can go from here is appreciated.

Thanks

Chris

0 项奖励
回复
1 解答
1,572 次查看
Chavira
NXP TechSupport
NXP TechSupport

HI @chrishoen!

 

According with our Linux Documentation the GPU 2D works with the PXP Module in iMX93.

The LVGL should run in the GPU 2D that is helped for PXP module.

 

Best Regards!

Chavira

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,590 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @chrishoen!

Thank you for contacting NXP Support!

 

The pxp feature is only available on iiMX RTxxx platform.

 

Best Regards!

Chavira

0 项奖励
回复
1,576 次查看
chrishoen
Contributor I
Hi Chavira
OK, so do any of the following lvgl selections in CMakeLists.txt: LV_USE_WAYLAND, LV_USE_SDL, LV_USE_DRM actually use the PXP?
Chris
0 项奖励
回复
1,573 次查看
Chavira
NXP TechSupport
NXP TechSupport

HI @chrishoen!

 

According with our Linux Documentation the GPU 2D works with the PXP Module in iMX93.

The LVGL should run in the GPU 2D that is helped for PXP module.

 

Best Regards!

Chavira

0 项奖励
回复