diff --git a/.gitmodules b/.gitmodules index 25b5baa..0f44ed0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/lvgl"] path = lib/lvgl - url = https://github.com/lvgl/lvgl.git \ No newline at end of file + url = https://github.com/lvgl/lvgl.git +[submodule "lib/lv_drivers"] + path = lib/lv_drivers + url = https://github.com/lvgl/lv_drivers.git diff --git a/lib/lv_drivers b/lib/lv_drivers new file mode 160000 index 0000000..7482c7c --- /dev/null +++ b/lib/lv_drivers @@ -0,0 +1 @@ +Subproject commit 7482c7c1ed33c8b6944241aed9f38208a880a507