Adding VGLite as submodule to repository

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Adding VGLite as submodule to repository

跳至解决方案
1,059 次查看
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 项奖励
回复
1 解答
987 次查看
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 项奖励
回复
3 回复数
1,001 次查看
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 项奖励
回复
994 次查看
frozen
Contributor III

So I should not add it as a submodule ?

0 项奖励
回复
988 次查看
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 项奖励
回复