From 7a83367ee5fa0d9cd5b7d605ff90cfbaeec7f000 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 18 Jan 2023 23:06:57 +0100 Subject: [PATCH] Fix LVGL v7 bug #419 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index d48f6788..9e4b9597 100644 --- a/platformio.ini +++ b/platformio.ini @@ -85,8 +85,8 @@ lib_deps = ;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/lvgl/lvgl.git - git+https://github.com/lvgl/lvgl.git#release/v7 - ;lvgl/lvgl@^7.11.0 ; from PIO library + ;git+https://github.com/lvgl/lvgl.git#release/v7 + git+https://github.com/HASwitchPlate/lvgl.git#release/v7 ;git+https://github.com/lvgl/lv_fs_if.git#release/v7 git+https://github.com/lvgl/lv_lib_png.git#release/v7 git+https://github.com/lvgl/lv_lib_bmp.git#release/v7