mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Tweak LVGL_FREETYPE_MAX_FACES and LVGL_FREETYPE_MAX_SIZES
This commit is contained in:
parent
d3faed03ab
commit
4dd0a34cd6
@ -38,10 +38,11 @@ build_flags =
|
||||
; -- FreeType build options ------------------------
|
||||
-D HASP_USE_FREETYPE=1
|
||||
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
||||
-D LVGL_FREETYPE_MAX_FACES=64 ; max number of FreeType faces in cache
|
||||
-D LVGL_FREETYPE_MAX_SIZES=4 ; max number of sizes in cache
|
||||
-D LVGL_FREETYPE_MAX_FACES=16 ; max number of FreeType faces in cache
|
||||
-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
|
||||
|
@ -51,8 +51,8 @@ build_flags =
|
||||
; -- FreeType build options ------------------------
|
||||
-D HASP_USE_FREETYPE=1
|
||||
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
||||
-D LVGL_FREETYPE_MAX_FACES=64 ; max number of FreeType faces in cache
|
||||
-D LVGL_FREETYPE_MAX_SIZES=4 ; max number of sizes in cache
|
||||
-D LVGL_FREETYPE_MAX_FACES=8 ; max number of FreeType faces in cache
|
||||
-D LVGL_FREETYPE_MAX_SIZES=8 ; 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user