Enable LV_IMGBTN_TILED

This commit is contained in:
fvanroie 2021-06-01 00:21:07 +02:00
parent a3aea102cb
commit 12d46c44f5
2 changed files with 2 additions and 1 deletions

View File

@ -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)*/

View File

@ -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