Update to TFT_eSPI v2.5.43

This commit is contained in:
fvanroie 2024-03-11 20:19:15 +01:00
parent b5e413e150
commit 5ad81ff774
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
- Add support for ESP32-S3 and ESP32-C3 devices
- Deprecation of support for ESP32-S2 devices due to lack of sRAM
Updated libraries to Arduino_GFX v1.4.0, ArduinoJson 6.21.5, ArduinoStreamUtils 1.8.0, AceButton 1.10.1, TFT_eSPI 2.5.34, LovyanGFX 1.1.12 and SimpleFTPServer 2.1.5
Updated libraries to Arduino_GFX v1.4.0, ArduinoJson 6.21.5, ArduinoStreamUtils 1.8.0, AceButton 1.10.1, TFT_eSPI 2.5.43, LovyanGFX 1.1.12 and SimpleFTPServer 2.1.5
## v0.6.3

View File

@ -113,7 +113,7 @@ lib_deps =
[tft_espi]
lib_deps =
bodmer/TFT_eSPI@2.5.34
bodmer/TFT_eSPI@2.5.43
;https://github.com/Bodmer/TFT_eSPI.git#master
[goodix]