Adding VGLite as submodule to repository

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

Adding VGLite as submodule to repository

Jump to solution
920 Views
frozen
Contributor III

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 ?

frozen_0-1697635382881.png

 

0 Kudos
Reply
1 Solution
848 Views
jingpan
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
Reply
3 Replies
862 Views
jingpan
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply
855 Views
frozen
Contributor III

So I should not add it as a submodule ?

0 Kudos
Reply
849 Views
jingpan
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply