I am running the evkmimxrt1160_lvgl_demo_widgets_bm_cm7
demo and I’d like to enable VGLite in LVGL, so I am setting the below flag to 1 in lv_conf.h.
#define LV_USE_GPU_NXP_VG_LITE 1
I have compilation problems
../lvgl/lvgl/src/gpu/lv_gpu_nxp_vglite.c:42:10: fatal error: vg_lite.h: No such file or directory
42 | #include "vg_lite.h"
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [lvgl/lvgl/src/gpu/subdir.mk:30: lvgl/lvgl/src/gpu/lv_gpu_nxp_vglite.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Is it vglite supported? If so, how to enable it correctly?
Thank you very much for help.