mirror of https://github.com/arendst/Tasmota.git
enable additionally `USE_UNIVERSAL_TOUCH` (#21038)
dedicated driver are still enabled. To be disabled when transition to UTouch is finished
This commit is contained in:
parent
7707473b4e
commit
48aa621975
|
@ -320,15 +320,16 @@
|
|||
#define USE_LVGL_PNG_DECODER
|
||||
#define USE_DISPLAY
|
||||
#define SHOW_SPLASH
|
||||
#define USE_XPT2046
|
||||
#define USE_FT5206
|
||||
#define USE_GT911
|
||||
#define USE_CST816S
|
||||
#define USE_MPU_ACCEL
|
||||
#define USE_RTC_CHIPS // Enable RTC chip support and NTP server - Select only one
|
||||
#define USE_BM8563
|
||||
#define USE_MLX90614
|
||||
#define USE_UNIVERSAL_DISPLAY
|
||||
#define USE_UNIVERSAL_TOUCH
|
||||
#define USE_XPT2046
|
||||
#define USE_FT5206
|
||||
#define USE_GT911
|
||||
#define USE_CST816S
|
||||
#define USE_DISPLAY_LVGL_ONLY
|
||||
|
||||
//#undef USE_DISPLAY_MODES1TO5
|
||||
|
|
Loading…
Reference in New Issue