From 2ccb9daf14a360db0a8b1922e255126d141ad7ac Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 19 Nov 2020 01:10:30 +0100 Subject: [PATCH] Update to official lvgl 7.7.2 --- .gitmodules | 6 +++--- platformio.ini | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index c7472327..f9f23608 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/lv_lib_qrlodepng"] path = lib/lv_lib_qrlodepng url = https://github.com/littlevgl/lv_lib_lodepng -[submodule "lib/lvgl"] - path = lib/lvgl - url = https://github.com/fvanroie/lvgl.git +##[submodule "lib/lvgl"] +## path = lib/lvgl +## url = https://github.com/fvanroie/lvgl.git diff --git a/platformio.ini b/platformio.ini index 3e4e8a28..b536d821 100644 --- a/platformio.ini +++ b/platformio.ini @@ -32,9 +32,8 @@ upload_speed = 921600 monitor_speed = 115200 ; -- Shared library dependencies in all environments lib_deps = - ;lvgl@7.7.2 ; Not in library yet + lvgl/lvgl @ ^7.7.2 ; Not in library yet bodmer/TFT_eSPI @ ^2.3.4 ; Tft SPI drivers - ;TFT_eSPI@^1.4.20 ; Tft SPI drivers PubSubClient @ ^2.8.0 ; MQTT client ArduinoJson @ ^6.17.2 ; Json(l) parser StreamUtils @ ^1.5.0 ; for EEPromStream