From 48aa6219756998a7ac755d2701795f841222d6f9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:34:43 +0100 Subject: [PATCH] enable additionally `USE_UNIVERSAL_TOUCH` (#21038) dedicated driver are still enabled. To be disabled when transition to UTouch is finished --- tasmota/include/tasmota_configurations_ESP32.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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