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