From 12d46c44f55bd24532b3b7c07d09b5bc961d2a26 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 1 Jun 2021 00:21:07 +0200 Subject: [PATCH] Enable LV_IMGBTN_TILED --- include/lv_conf_v7.h | 2 +- platformio.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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