mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13113 from arendst/Freetype
FreeType fonts for core2
This commit is contained in:
commit
53c101dd04
|
@ -95,6 +95,7 @@
|
||||||
#define USE_DISPLAY
|
#define USE_DISPLAY
|
||||||
#ifdef USE_UNIVERSAL_DISPLAY
|
#ifdef USE_UNIVERSAL_DISPLAY
|
||||||
#define USE_LVGL
|
#define USE_LVGL
|
||||||
|
#define USE_LVGL_FREETYPE
|
||||||
// #define USE_DISPLAY_LVGL_ONLY
|
// #define USE_DISPLAY_LVGL_ONLY
|
||||||
#else
|
#else
|
||||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||||
|
|
Loading…
Reference in New Issue