From 5ad81ff774ee11beb193611deb6074baf68e5669 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 11 Mar 2024 20:19:15 +0100 Subject: [PATCH] Update to TFT_eSPI v2.5.43 --- CHANGELOG.md | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bfac23..4d77c28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/platformio.ini b/platformio.ini index 05f259ea..6c6b9f32 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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]