From f72e3f34391fdf03886d77cb025d836131ea379b Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 19 Jul 2021 00:53:51 +0200 Subject: [PATCH] Switch back to main lvgl/lvgl repo --- platformio.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 99247404..c7855bb4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -73,10 +73,8 @@ lib_deps = git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/lvgl/lvgl.git - ;Needed for touch rotation: - git+https://github.com/fvanroie/lvgl.git#release/v7 + git+https://github.com/lvgl/lvgl.git#release/v7 ;git+https://github.com/lvgl/lvgl.git#797212a3f346e9fdf71aef6f193889357eeae3f0 - ;git+https://github.com/lvgl/lvgl.git#60ddd13465e4182893d748ae3cc3f69801768e8a ;lvgl/lvgl@^7.11.0 ; from PIO library bodmer/TFT_eSPI@^2.3.70 ;git+https://github.com/Bodmer/TFT_eSPI.git