mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Disable Freetype
This commit is contained in:
parent
3900838ccb
commit
3a72753275
@ -40,8 +40,9 @@ build_flags =
|
|||||||
; -- LittleFS build options ------------------------
|
; -- LittleFS build options ------------------------
|
||||||
;-D CONFIG_LITTLEFS_FOR_IDF_3_2 ; obsolete in IDF 3.3
|
;-D CONFIG_LITTLEFS_FOR_IDF_3_2 ; obsolete in IDF 3.3
|
||||||
; -- FreeType build options ------------------------
|
; -- FreeType build options ------------------------
|
||||||
-D HASP_USE_FREETYPE=1
|
-D LV_USE_FS_IF=1
|
||||||
-D LV_USE_FREETYPE=1
|
-D HASP_USE_FREETYPE=0
|
||||||
|
-D LV_USE_FREETYPE=0
|
||||||
-D LV_FREETYPE_SBIT_CACHE=1 ; use small bitmap cache
|
-D LV_FREETYPE_SBIT_CACHE=1 ; use small bitmap cache
|
||||||
-D LV_FREETYPE_CACHE_SIZE=1 ; cache freetype font sizes
|
-D LV_FREETYPE_CACHE_SIZE=1 ; cache freetype font sizes
|
||||||
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user