diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index 791de72e..e1f576cc 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -748,7 +748,7 @@ typedef struct { #define LV_USE_IMGBTN 1 #if LV_USE_IMGBTN /*1: The imgbtn requires left, mid and right parts and the width can be set freely*/ -# define LV_IMGBTN_TILED 0 +# define LV_IMGBTN_TILED 1 #endif /*Keyboard (dependencies: lv_btnm)*/ diff --git a/platformio.ini b/platformio.ini index a75a798b..120a640d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,6 +74,7 @@ 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/lvgl/lvgl.git#b16e7f1076963f123b36dec9ce1dd5950057ca1a ;lvgl/lvgl@^7.11.0 ; from PIO library bodmer/TFT_eSPI@^2.3.70