diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 15fc570c1..bd30cebc8 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -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