Skip to content

Commit

Permalink
Update Graphics Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 8, 2024
1 parent 18a3f0b commit f4f5ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ArduinoJson 6.21.5, ArduinoStreamUtils 1.8.0, AceButton 1.10.1, TFT_eSPI 2.5.34, LovyanGFX 1.1.8 and SimpleFTPServer 2.1.5
Updated libraries to Arduino_GFX v1.4.4, 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


## v0.6.3
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ build_src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<l

[lovyangfx]
lib_deps =
lovyan03/LovyanGFX@^1.1.8
lovyan03/LovyanGFX@^1.1.12

[arduinogfx]
lib_deps =
moononournation/GFX Library for [email protected].0
moononournation/GFX Library for [email protected].4
;git+https://github.com/moononournation/Arduino_GFX.git

[tft_espi]
Expand Down

0 comments on commit f4f5ae0

Please sign in to comment.