Skip to content

Commit 6a68419

Browse files
committed
feat(modules): add lv_binding_micropython
1 parent f446d96 commit 6a68419

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
[submodule "lib/arduino-lib"]
6969
path = lib/arduino-lib
7070
url = https://github.com/arduino/arduino-lib-mpy.git
71+
[submodule "modules/lv_binding_micropython"]
72+
path = modules/lv_binding_micropython
73+
url = [email protected]:esp-arduino-libs/lv_binding_micropython.git

modules/lv_binding_micropython

Submodule lv_binding_micropython added at ccfca00

modules/micropython.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This top-level micropython.cmake is responsible for listing
2+
# the individual modules we want to include.
3+
# Paths are absolute, and ${CMAKE_CURRENT_LIST_DIR} can be
4+
# used to prefix subdirectories.
5+
6+
include(${CMAKE_CURRENT_LIST_DIR}/lv_binding_micropython/micropython.cmake)

0 commit comments

Comments
 (0)