diff --git a/lib/lv_bindings b/lib/lv_bindings index af7522d73..c251269c7 160000 --- a/lib/lv_bindings +++ b/lib/lv_bindings @@ -1 +1 @@ -Subproject commit af7522d7314fc785a72f7de0640716be239e8b37 +Subproject commit c251269c788af2c359b9c33e0cbd0b23aba3323f diff --git a/ports/esp32/modules/lv_spi.py b/ports/esp32/modules/lv_spi.py new file mode 120000 index 000000000..85cfa2ac6 --- /dev/null +++ b/ports/esp32/modules/lv_spi.py @@ -0,0 +1 @@ +../../../lib/lv_bindings/driver/esp32/lv_spi.py \ No newline at end of file diff --git a/ports/esp32/modules/sdcard.py b/ports/esp32/modules/sdcard.py new file mode 120000 index 000000000..1c42dfc73 --- /dev/null +++ b/ports/esp32/modules/sdcard.py @@ -0,0 +1 @@ +../../../drivers/sdcard/sdcard.py \ No newline at end of file