From 7108e4ef078191ea639d93dccadff86d4a183a3c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 8 May 2021 17:24:04 +0200 Subject: [PATCH] Core2 LVGL fixes --- tasmota/displaydesc/M5stack_core2_display.ini | 3 +-- tasmota/tasmota_configurations_ESP32.h | 11 +++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tasmota/displaydesc/M5stack_core2_display.ini b/tasmota/displaydesc/M5stack_core2_display.ini index a56b4428b..ed59f810e 100644 --- a/tasmota/displaydesc/M5stack_core2_display.ini +++ b/tasmota/displaydesc/M5stack_core2_display.ini @@ -34,6 +34,5 @@ E1,0F,00,0E,14,03,11,07,31,C1,48,08,0F,0C,31,36,0F :2,C8,00,00,02 :3,68,00,00,03 :i,21,20 -:TI2,38,22,21 -:B,60,0 +:TI2,38,22,2 # \ No newline at end of file diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index 89e295e89..710e49dcb 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -108,17 +108,20 @@ #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 #define MAX_TOUCH_BUTTONS 16 + #endif + + #define JPEG_PICTS + #define USE_FT5206 + #define USE_SENDMAIL #define USE_ESP32MAIL -#define USE_SCRIPT // Add support for script (+17k code) +//#define USE_SCRIPT // Add support for script (+17k code) // Script related defines #ifdef USE_SCRIPT #undef USE_RULES