From 02cb5fea78ecbdd5d32b4a160c8c07478db6f3ae Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 14 Jul 2021 17:23:35 +0200 Subject: [PATCH] Fixes gauge critical_value scale tick always visible --- platformio.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 315c952b..99247404 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,7 +74,9 @@ lib_deps = ;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/lvgl/lvgl.git ;Needed for touch rotation: - git+https://github.com/lvgl/lvgl.git#release/v7 + git+https://github.com/fvanroie/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