From d260ce750684e24ec4a8413206659fa4637e2f7a Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Fri, 1 Sep 2023 15:39:14 -0700 Subject: [PATCH] breakouttouchpaint example: fix pins to match guide text & diagram --- examples/breakouttouchpaint/breakouttouchpaint.ino | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/breakouttouchpaint/breakouttouchpaint.ino b/examples/breakouttouchpaint/breakouttouchpaint.ino index 9022f24..4100bac 100644 --- a/examples/breakouttouchpaint/breakouttouchpaint.ino +++ b/examples/breakouttouchpaint/breakouttouchpaint.ino @@ -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 diff --git a/library.properties b/library.properties index 57a5118..0e58707 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit ILI9341 -version=1.5.12 +version=1.5.13 author=Adafruit maintainer=Adafruit sentence=Library for Adafruit ILI9341 displays