Skip to content

Commit

Permalink
breakouttouchpaint example: fix pins to match guide text & diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Sep 1, 2023
1 parent 9349376 commit d260ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/breakouttouchpaint/breakouttouchpaint.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// These are the four touchscreen analog pins
#define YP A2 // must be an analog pin, use "An" notation!
#define XM A3 // must be an analog pin, use "An" notation!
#define YM 9 // can be any digital pin
#define XP 8 // can be any digital pin
#define YM 8 // can be any digital pin
#define XP 9 // can be any digital pin

// This is calibration data for the raw touch data to the screen coordinates
#define TS_MINX 150
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit ILI9341
version=1.5.12
version=1.5.13
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Library for Adafruit ILI9341 displays
Expand Down

0 comments on commit d260ce7

Please sign in to comment.