mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Update TFT_eSPI to 2.5.0
This commit is contained in:
parent
116877099b
commit
ec4b54f05f
@ -112,7 +112,7 @@ lib_deps =
|
|||||||
|
|
||||||
[tft_espi]
|
[tft_espi]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bodmer/TFT_eSPI@2.4.79
|
bodmer/TFT_eSPI@2.5.0
|
||||||
;https://github.com/Bodmer/TFT_eSPI.git#master
|
;https://github.com/Bodmer/TFT_eSPI.git#master
|
||||||
|
|
||||||
[goodix]
|
[goodix]
|
||||||
|
@ -52,8 +52,8 @@ build_flags =
|
|||||||
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
-D LV_USE_FT_CACHE_MANAGER=1 ; crashes without cache
|
||||||
-D LVGL_FREETYPE_MAX_FACES=16 ; max number of FreeType faces 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_SIZES=16 ; max number of sizes in cache
|
||||||
-D LVGL_FREETYPE_MAX_BYTES=16384 ; max bytes in cache
|
-D LVGL_FREETYPE_MAX_BYTES=2048 ; max bytes in bitcache per font
|
||||||
-D LVGL_FREETYPE_MAX_BYTES_PSRAM=131072 ; max bytes in cache when using PSRAM
|
-D LVGL_FREETYPE_MAX_BYTES_PSRAM=65536 ; max bytes in bitcache per font when using PSRAM
|
||||||
; -- SimpleFTpServer build options -----------------
|
; -- SimpleFTpServer build options -----------------
|
||||||
-D HASP_USE_FTP=1
|
-D HASP_USE_FTP=1
|
||||||
-D FTP_SERVER_DEBUG
|
-D FTP_SERVER_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user