Skip to content

Commit

Permalink
update Adafruit STMPE610, TFT_eSPI and Arduino_GFX
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Nov 28, 2023
1 parent 3fe34e1 commit f32d78e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build_flags =
-D HASP_VER_MAJ=0
-D HASP_VER_MIN=7
;-D HASP_VER_REV=4
-D HASP_VER_REV=0-rc8
-D HASP_VER_REV=0-rc9
;-D HASP_VER_REV=4-rc1
${override.build_flags}

Expand Down Expand Up @@ -108,12 +108,12 @@ lib_deps =

[arduinogfx]
lib_deps =
;moononournation/GFX Library for Arduino @ ^1.3.0
git+https://github.com/moononournation/Arduino_GFX.git
moononournation/GFX Library for Arduino@1.4.0
;git+https://github.com/moononournation/Arduino_GFX.git

[tft_espi]
lib_deps =
bodmer/[email protected].0
bodmer/[email protected].34
;https://github.com/Bodmer/TFT_eSPI.git#master

[goodix]
Expand All @@ -130,4 +130,4 @@ lib_deps =

[stmpe610]
lib_deps =
adafruit/Adafruit STMPE610@^1.1.4
adafruit/Adafruit STMPE610@^1.1.6

0 comments on commit f32d78e

Please sign in to comment.