Update TFT_eSPI to 2.5.0

This commit is contained in:
fvanroie 2023-01-17 17:11:51 +01:00
parent 116877099b
commit ec4b54f05f
2 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@ lib_deps =
[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]

View File

@ -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