mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-27 00:07:17 +00:00
Merge pull request #12055 from Jason2866/development
Core2 compilation fail fixed when enabling LVGL
This commit is contained in:
commit
d0958e447f
@ -1,6 +1,6 @@
|
|||||||
:H,ILI9342,320,240,16,SPI,1,5,18,23,15,-1,-1,38,40
|
:H,ILI9342,320,240,16,SPI,1,5,18,23,15,-1,-1,38,40
|
||||||
:S,2,1,3,0,100,100
|
:S,2,1,3,0,100,100
|
||||||
:B,60,1
|
:B,60,0
|
||||||
:I
|
:I
|
||||||
EF,3,03,80,02
|
EF,3,03,80,02
|
||||||
CF,3,00,C1,30
|
CF,3,00,C1,30
|
||||||
@ -35,5 +35,4 @@ E1,0F,00,0E,14,03,11,07,31,C1,48,08,0F,0C,31,36,0F
|
|||||||
:3,68,00,00,03
|
:3,68,00,00,03
|
||||||
:i,21,20
|
:i,21,20
|
||||||
:TI2,38,22,21
|
:TI2,38,22,21
|
||||||
:B,60,0
|
#
|
||||||
#
|
|
||||||
|
@ -108,13 +108,19 @@
|
|||||||
#define USE_MPU6886
|
#define USE_MPU6886
|
||||||
#define USE_SPI
|
#define USE_SPI
|
||||||
#define USE_DISPLAY
|
#define USE_DISPLAY
|
||||||
#ifndef USE_UNIVERSAL_DISPLAY
|
#ifdef USE_UNIVERSAL_DISPLAY
|
||||||
#define USE_DISPLAY_ILI9341
|
#define USE_LVGL
|
||||||
#endif
|
#define USE_DISPLAY_LVGL_ONLY
|
||||||
|
#define USE_TOUCH_SCREEN
|
||||||
|
#else
|
||||||
|
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||||
|
#define USE_DISPLAY_MODES1TO5
|
||||||
|
#define USE_TOUCH_BUTTONS
|
||||||
|
#define MAX_TOUCH_BUTTONS 16
|
||||||
|
#endif
|
||||||
#define JPEG_PICTS
|
#define JPEG_PICTS
|
||||||
#define USE_FT5206
|
#define USE_FT5206
|
||||||
#define USE_TOUCH_BUTTONS
|
|
||||||
#define MAX_TOUCH_BUTTONS 16
|
|
||||||
#define USE_SENDMAIL
|
#define USE_SENDMAIL
|
||||||
#define USE_ESP32MAIL
|
#define USE_ESP32MAIL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user