forked from eez-open/esp32-lvgl-eez-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
22 lines (22 loc) · 838 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "components/lvgl_esp32_drivers"]
path = components/lvgl_esp32_drivers
url = https://github.com/lvgl/lvgl_esp32_drivers.git
[submodule "components/lvgl"]
path = components/lvgl
url = https://github.com/lvgl/lvgl.git
[submodule "components/Adafruit-GFX"]
path = components/Adafruit-GFX
url = https://github.com/martinberlin/Adafruit-GFX-Library-ESP-IDF
[submodule "components/epd_driver"]
path = components/epd_driver
url = https://github.com/martinberlin/epdiy-rotation.git
[submodule "components/inkplate"]
path = components/inkplate
url = https://github.com/turgu1/ESP-IDF-InkPlate.git
branch = v0.9.6
[submodule "components/CalEPD"]
path = components/CalEPD
url = https://github.com/martinberlin/CalEPD.git
[submodule "main/eez"]
path = components/eez-framework
url = https://github.com/eez-open/eez-framework