mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Enable LV_IMGBTN_TILED
This commit is contained in:
parent
a3aea102cb
commit
12d46c44f5
@ -748,7 +748,7 @@ typedef struct {
|
|||||||
#define LV_USE_IMGBTN 1
|
#define LV_USE_IMGBTN 1
|
||||||
#if LV_USE_IMGBTN
|
#if LV_USE_IMGBTN
|
||||||
/*1: The imgbtn requires left, mid and right parts and the width can be set freely*/
|
/*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
|
#endif
|
||||||
|
|
||||||
/*Keyboard (dependencies: lv_btnm)*/
|
/*Keyboard (dependencies: lv_btnm)*/
|
||||||
|
@ -74,6 +74,7 @@ lib_deps =
|
|||||||
git+https://github.com/fvanroie/ConsoleInput.git
|
git+https://github.com/fvanroie/ConsoleInput.git
|
||||||
;git+https://github.com/andrethomas/TasmotaSlave.git
|
;git+https://github.com/andrethomas/TasmotaSlave.git
|
||||||
;git+https://github.com/lvgl/lvgl.git
|
;git+https://github.com/lvgl/lvgl.git
|
||||||
|
;Needed for touch rotation:
|
||||||
git+https://github.com/lvgl/lvgl.git#b16e7f1076963f123b36dec9ce1dd5950057ca1a
|
git+https://github.com/lvgl/lvgl.git#b16e7f1076963f123b36dec9ce1dd5950057ca1a
|
||||||
;lvgl/lvgl@^7.11.0 ; from PIO library
|
;lvgl/lvgl@^7.11.0 ; from PIO library
|
||||||
bodmer/TFT_eSPI@^2.3.70
|
bodmer/TFT_eSPI@^2.3.70
|
||||||
|
Loading…
x
Reference in New Issue
Block a user