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