Core2 LVGL fixes

This commit is contained in:
Jason2866 2021-05-08 17:24:04 +02:00
parent 17996ce87c
commit 7108e4ef07
2 changed files with 8 additions and 6 deletions

View File

@ -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 :2,C8,00,00,02
:3,68,00,00,03 :3,68,00,00,03
:i,21,20 :i,21,20
:TI2,38,22,21 :TI2,38,22,2
:B,60,0
# #

View File

@ -108,17 +108,20 @@
#define USE_MPU6886 #define USE_MPU6886
#define USE_SPI #define USE_SPI
#define USE_DISPLAY #define USE_DISPLAY
#ifndef USE_UNIVERSAL_DISPLAY #ifndef USE_UNIVERSAL_DISPLAY
#define USE_DISPLAY_ILI9341 #define USE_DISPLAY_ILI9341
#endif
#define JPEG_PICTS
#define USE_FT5206
#define USE_TOUCH_BUTTONS #define USE_TOUCH_BUTTONS
#define MAX_TOUCH_BUTTONS 16 #define MAX_TOUCH_BUTTONS 16
#endif
#define JPEG_PICTS
#define USE_FT5206
#define USE_SENDMAIL #define USE_SENDMAIL
#define USE_ESP32MAIL #define USE_ESP32MAIL
#define USE_SCRIPT // Add support for script (+17k code) //#define USE_SCRIPT // Add support for script (+17k code)
// Script related defines // Script related defines
#ifdef USE_SCRIPT #ifdef USE_SCRIPT
#undef USE_RULES #undef USE_RULES