-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Adafruit STMPE610, TFT_eSPI and Arduino_GFX
- Loading branch information
fvanroie
committed
Nov 28, 2023
1 parent
3fe34e1
commit f32d78e
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
||
|
@@ -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] | ||
|
@@ -130,4 +130,4 @@ lib_deps = | |
|
||
[stmpe610] | ||
lib_deps = | ||
adafruit/Adafruit STMPE610@^1.1.4 | ||
adafruit/Adafruit STMPE610@^1.1.6 |