MIMXRT1060_EVK - using LVGL and PXP

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

MIMXRT1060_EVK - using LVGL and PXP

720 Views
tbonkers
Contributor II

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 Kudos
Reply
1 Reply

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