Hi,
I use imx RT 1176 EVK board and MCU Xpresso develop project. I want to add some submodules to my project such as freertos, lvgl and vglite. I have added freertos and lvgl as submodule first. While adding vglite I encounter a problem. I get a vglite from here . There is only main branch now. After that, I see there are some missing typedef enums in vg_lite.h file in github repo. These enums exist in vg_lite.h file in SDK projects.
What do you suggest me ? Should not I get vglite as submodule into my project ? Or, are there current version on vglite and I don't know where ?
Solved! Go to Solution.
Hi @frozen ,
You can add it by yourself. But if you can refer to SDK examples, it would be easier. This link AN12778 software in nxp portal. Maybe there is slight difference in version.
https://www.nxp.com/docs/en/application-note-software/AN13778SW.zip
Regards,
Jing
Hi @frozen ,
In RT1176 sdk there is lvgl demo which has integrated freertos and vglite. To enable vglite, just define the symbol LV_USE_GPU_NXP_VG_LITE
Regards,
Jing
So I should not add it as a submodule ?
Hi @frozen ,
You can add it by yourself. But if you can refer to SDK examples, it would be easier. This link AN12778 software in nxp portal. Maybe there is slight difference in version.
https://www.nxp.com/docs/en/application-note-software/AN13778SW.zip
Regards,
Jing