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

@ -109,10 +109,10 @@ lib_deps =
lib_deps = lib_deps =
;moononournation/GFX Library for Arduino @ ^1.3.0 ;moononournation/GFX Library for Arduino @ ^1.3.0
git+https://github.com/moononournation/Arduino_GFX.git git+https://github.com/moononournation/Arduino_GFX.git
[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]

View File

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