Add lvgl as main component
This commit is contained in:
parent
46499c0f26
commit
0752a3d4a2
11 changed files with 1134 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -37,3 +37,12 @@
|
|||
[submodule "extras/multipwm"]
|
||||
path = extras/multipwm
|
||||
url = https://github.com/nochkin/multipwm
|
||||
[submodule "lvgl/lvgl"]
|
||||
path = lvgl/lvgl
|
||||
url = https://github.com/littlevgl/lvgl.git
|
||||
[submodule "lvgl/lv_drivers"]
|
||||
path = lvgl/lv_drivers
|
||||
url = https://github.com/littlevgl/lv_drivers.git
|
||||
[submodule "lvgl/lv_examples"]
|
||||
path = lvgl/lv_examples
|
||||
url = https://github.com/littlevgl/lv_examples.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue