From d3ab3ced1e5248996ef93f9df480ae2add365443 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:16:22 +0200 Subject: [PATCH] remove touch driver (#21146) only UTouch is active --- tasmota/include/tasmota_configurations_ESP32.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index b0899d852..bd2e56e63 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -325,10 +325,10 @@ #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_XPT2046 +//#define USE_FT5206 +//#define USE_GT911 +//#define USE_CST816S #define USE_DISPLAY_LVGL_ONLY //#undef USE_DISPLAY_MODES1TO5