LVGL: Open-source Embedded GUI Library (#669)

* Add lvgl as main component

* update dev5.2 lvgl branch

* update lvgl 5.2 +update example + update configuration

* Update submodule and example

* update lv_drivers (fix) and example

* fix problem when merge
This commit is contained in:
Zaltora 2019-02-26 21:58:15 +01:00 committed by Johan Kanflo
parent bbc22571ec
commit d0373af5c0
11 changed files with 1173 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