Add lvgl as main component

This commit is contained in:
Zaltora 2018-08-03 17:20:49 +02:00
parent 46499c0f26
commit 0752a3d4a2
11 changed files with 1134 additions and 0 deletions

9
.gitmodules vendored
View file

@ -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