mirror of https://github.com/arendst/Tasmota.git
Add LVGL_FREETYPE to lvgl image
This commit is contained in:
parent
f218660b71
commit
91f35449dd
|
@ -211,6 +211,8 @@
|
|||
#define USE_I2S
|
||||
#define USE_SPI
|
||||
#define USE_LVGL
|
||||
#define USE_LVGL_FREETYPE
|
||||
#define USE_LVGL_PNG_DECODER
|
||||
#define USE_DISPLAY
|
||||
#define SHOW_SPLASH
|
||||
#define USE_XPT2046
|
||||
|
@ -218,7 +220,6 @@
|
|||
#define USE_MPU_ACCEL
|
||||
#define USE_BM8563
|
||||
#define USE_MLX90614
|
||||
#define USE_LVGL_PNG_DECODER
|
||||
#define USE_UNIVERSAL_DISPLAY
|
||||
#define USE_DISPLAY_LVGL_ONLY
|
||||
|
||||
|
|
Loading…
Reference in New Issue