mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
changed #ifdef for lvgl
This commit is contained in:
parent
4497db4fc9
commit
a2e743b19f
@ -108,13 +108,16 @@
|
|||||||
#define USE_MPU6886
|
#define USE_MPU6886
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
#define USE_DISPLAY
|
#define USE_DISPLAY
|
||||||
|
#ifdef USE_UNIVERSAL_DISPLAY
|
||||||
#ifndef USE_UNIVERSAL_DISPLAY
|
#define USE_LVGL
|
||||||
#define USE_DISPLAY_ILI9341
|
#define USE_DISPLAY_LVGL_ONLY
|
||||||
|
#define USE_TOUCH_SCREEN
|
||||||
|
#else
|
||||||
|
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||||
|
#define USE_DISPLAY_MODES1TO5
|
||||||
#define USE_TOUCH_BUTTONS
|
#define USE_TOUCH_BUTTONS
|
||||||
#define MAX_TOUCH_BUTTONS 16
|
#define MAX_TOUCH_BUTTONS 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define JPEG_PICTS
|
#define JPEG_PICTS
|
||||||
#define USE_FT5206
|
#define USE_FT5206
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user