Update to LovyanGFX 0.4.16 and TFT_eSPI 2.4.50

This commit is contained in:
fvanroie 2022-04-21 15:42:17 +02:00
parent 497ea49550
commit 36194b715d
3 changed files with 3 additions and 7 deletions

View File

@ -76,7 +76,7 @@
### Architecture ### Architecture
- ⚠️ **Breaking:** Removed support for ESP8266! - ⚠️ **Breaking:** Removed support for ESP8266!
Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.42, LovyanGFX 0.4.15 and Adafruit STMPE610 1.1.4 Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.50, LovyanGFX 0.4.16 and Adafruit STMPE610 1.1.4
## v0.6.2 ## v0.6.2

View File

@ -105,10 +105,6 @@
#define HASP_USE_TELNET 0 #define HASP_USE_TELNET 0
#endif #endif
#ifndef HASP_START_FTP
#define HASP_START_FTP 1
#endif
#ifndef HASP_START_TELNET #ifndef HASP_START_TELNET
#define HASP_START_TELNET 1 #define HASP_START_TELNET 1
#endif #endif

View File

@ -100,11 +100,11 @@ src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font
[lovyangfx] [lovyangfx]
lib_deps = lib_deps =
lovyan03/LovyanGFX@^0.4.15 lovyan03/LovyanGFX@^0.4.16
[tft_espi] [tft_espi]
lib_deps = lib_deps =
bodmer/TFT_eSPI@2.4.42 bodmer/TFT_eSPI@2.4.50
[goodix] [goodix]
lib_deps = lib_deps =