Merge pull request #13113 from arendst/Freetype

FreeType fonts for core2
This commit is contained in:
Jason2866 2021-09-12 21:45:14 +02:00 committed by GitHub
commit 53c101dd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)