mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Set USE_LVGL_FREETYPE_MAX_BYTES_PSRAM to 128KB
This commit is contained in:
parent
9c5e4af555
commit
0417dc95ec
@ -53,7 +53,7 @@ build_flags =
|
|||||||
-D USE_LVGL_FREETYPE_MAX_FACES=64 ; max number of FreeType faces in cache
|
-D USE_LVGL_FREETYPE_MAX_FACES=64 ; max number of FreeType faces in cache
|
||||||
-D USE_LVGL_FREETYPE_MAX_SIZES=4 ; max number of sizes in cache
|
-D USE_LVGL_FREETYPE_MAX_SIZES=4 ; max number of sizes in cache
|
||||||
-D USE_LVGL_FREETYPE_MAX_BYTES=16384 ; max bytes in cache
|
-D USE_LVGL_FREETYPE_MAX_BYTES=16384 ; max bytes in cache
|
||||||
-D USE_LVGL_FREETYPE_MAX_BYTES_PSRAM=65536 ; max bytes in cache when using PSRAM
|
-D USE_LVGL_FREETYPE_MAX_BYTES_PSRAM=131072 ; max bytes in cache when using PSRAM
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
GxTFT
|
GxTFT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user