MIMXRT1060_EVK - using LVGL and PXP

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

MIMXRT1060_EVK - using LVGL and PXP

1,148 次查看
tbonkers
Contributor III

I'm using Zephyr and trying to enable PXP in LVGL. The code fails to compile with `undefined reference to `lv_draw_pxp_ctx_init'`.  Relevant configuration values are:

CONFIG_DMA=y

CONFIG_DISPLAY_MCUX_ELCDIF=y
CONFIG_MCUX_ELCDIF_FB_NUM=2

CONFIG_MCUX_PXP=y
CONFIG_MCUX_ELCDIF_PXP=y
CONFIG_MCUX_ELCDIF_PXP_ROTATE_180=y

CONFIG_LV_USE_GPU_NXP_PXP=y
CONFIG_LV_USE_GPU_NXP_PXP_AUTO_INIT=y

 

I've spent nearly a day on that without any progress. Any help will be welcome.

0 项奖励
回复
1 回复

1,108 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @tbonkers,

Due to the implementation of Zephyr, I would also look for support under the Zephyr Project communication channels. Please look into the following link for more information about how to look for support from their side: https://docs.zephyrproject.org/latest/develop/getting_started/index.html#asking-for-help

BR,
Edwin.

0 项奖励
回复