From 624fccc8fbf0ffdfbc039d88a7b0a2d2f389287a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 1 May 2021 11:49:16 +0200 Subject: [PATCH] Make use of universal display driver possible --- tasmota/tasmota_configurations_ESP32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index daa2b43f8..eaefb4a79 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -106,7 +106,9 @@ #define USE_MPU6886 #define USE_SPI #define USE_DISPLAY + #ifndef USE_UNIVERSAL_DISPLAY #define USE_DISPLAY_ILI9341 + #endif #define JPEG_PICTS #define USE_FT5206 #define USE_TOUCH_BUTTONS