From c96e610cd0733e97dbd69f4070a80c34b0bb28d9 Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Wed, 20 Oct 2021 21:47:26 +0300 Subject: [PATCH] Update LVGL and bindings Support some LVGL external libs. Related: https://github.com/lvgl/lv_binding_micropython/issues/180 ESP32: Freeze lv_spi.py and sdcard.py. Related: https://github.com/lvgl/lv_binding_micropython/pull/186, https://github.com/lvgl/lv_binding_micropython/issues/69 --- lib/lv_bindings | 2 +- ports/esp32/modules/lv_spi.py | 1 + ports/esp32/modules/sdcard.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 ports/esp32/modules/lv_spi.py create mode 120000 ports/esp32/modules/sdcard.py diff --git a/lib/lv_bindings b/lib/lv_bindings index af7522d7314f..c251269c788a 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 000000000000..85cfa2ac6edd --- /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 000000000000..1c42dfc738ba --- /dev/null +++ b/ports/esp32/modules/sdcard.py @@ -0,0 +1 @@ +../../../drivers/sdcard/sdcard.py \ No newline at end of file