From 4c10efb8c982d40224856ae4f55750f424eb104c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 5 May 2021 21:11:35 +0200 Subject: [PATCH] Make universal display driver possible for Odroid-go --- 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 eaefb4a79..89e295e89 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -69,7 +69,9 @@ #define USE_ADC #define USE_SPI #define USE_DISPLAY // Add SPI Display Support (+2k code) + #ifndef USE_UNIVERSAL_DISPLAY #define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code) + #endif //#define USE_BLE_ESP32 // Enable new BLE driver //#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) #endif // FIRMWARE_ODROID_GO