Tweak LVGL_FREETYPE_MAX_SIZES and LVGL_FREETYPE_MAX_FACES

This commit is contained in:
fvanroie 2022-04-26 14:14:55 +02:00
parent 4dd0a34cd6
commit 1c2d7760fc

View File

@ -42,7 +42,6 @@ build_flags =
-D LVGL_FREETYPE_MAX_SIZES=16 ; max number of sizes in cache
-D LVGL_FREETYPE_MAX_BYTES=16384 ; max bytes in cache
-D LVGL_FREETYPE_MAX_BYTES_PSRAM=131072 ; max bytes in cache when using PSRAM
-D FT_DEBUG_MEMORY
; -- SimpleFTpServer build options -----------------
-D HASP_USE_FTP=1
-D FTP_SERVER_DEBUG