mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Update TFT_eSPI to 2.5.0
This commit is contained in:
parent
116877099b
commit
ec4b54f05f
@ -109,10 +109,10 @@ lib_deps =
|
||||
lib_deps =
|
||||
;moononournation/GFX Library for Arduino @ ^1.3.0
|
||||
git+https://github.com/moononournation/Arduino_GFX.git
|
||||
|
||||
|
||||
[tft_espi]
|
||||
lib_deps =
|
||||
bodmer/TFT_eSPI@2.4.79
|
||||
bodmer/TFT_eSPI@2.5.0
|
||||
;https://github.com/Bodmer/TFT_eSPI.git#master
|
||||
|
||||
[goodix]
|
||||
|
@ -52,8 +52,8 @@ build_flags =
|
||||
-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_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 LVGL_FREETYPE_MAX_BYTES=2048 ; max bytes in bitcache per font
|
||||
-D LVGL_FREETYPE_MAX_BYTES_PSRAM=65536 ; max bytes in bitcache per font when using PSRAM
|
||||
; -- SimpleFTpServer build options -----------------
|
||||
-D HASP_USE_FTP=1
|
||||
-D FTP_SERVER_DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user