From 7b55e1aca23aff2089a4af6afd7522114d92b9a8 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 27 May 2023 17:00:14 +0200 Subject: [PATCH] Make `USE_DISPLAY_MODES1TO5` in firmware `LVGL` possible (#18729) * Make `USE_DISPLAY_MODES1TO5` in firmware `LVGL` possible --- tasmota/include/tasmota_configurations_ESP32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 04a563c5c..7120d7d18 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -314,7 +314,7 @@ #define USE_UNIVERSAL_DISPLAY #define USE_DISPLAY_LVGL_ONLY -#undef USE_DISPLAY_MODES1TO5 +//#undef USE_DISPLAY_MODES1TO5 #undef USE_DISPLAY_LCD #undef USE_DISPLAY_SSD1306 #undef USE_DISPLAY_MATRIX