Skip to content

Commit d260ce7

Browse files
breakouttouchpaint example: fix pins to match guide text & diagram
1 parent 9349376 commit d260ce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/breakouttouchpaint/breakouttouchpaint.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
// These are the four touchscreen analog pins
2424
#define YP A2 // must be an analog pin, use "An" notation!
2525
#define XM A3 // must be an analog pin, use "An" notation!
26-
#define YM 9 // can be any digital pin
27-
#define XP 8 // can be any digital pin
26+
#define YM 8 // can be any digital pin
27+
#define XP 9 // can be any digital pin
2828

2929
// This is calibration data for the raw touch data to the screen coordinates
3030
#define TS_MINX 150

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit ILI9341
2-
version=1.5.12
2+
version=1.5.13
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Library for Adafruit ILI9341 displays

0 commit comments

Comments
 (0)