From 74a0ec3b9b61ac3bd4b768620beb10e81dd56fb0 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Wed, 11 Dec 2019 08:25:01 +0000 Subject: [PATCH] show some typical Touch pins --- .../TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino b/examples/TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino index f15f2c0..39565b8 100644 --- a/examples/TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino +++ b/examples/TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino @@ -19,7 +19,8 @@ MCUFRIEND_kbv tft; int XP = 27, YP = 4, XM = 15, YM = 14; //most common configuration #else int XP = 6, YP = A1, XM = A2, YM = 7; //most common configuration -//int XP = 7, YP = A2, XM = A1, YM = 6; //most common configuration +//int XP = 7, YP = A2, XM = A1, YM = 6; //next common configuration +//int XP=PB7,XM=PA6,YP=PA7,YM=PB6; //BLUEPILL must have Analog for YP, XM #endif //#include //Adafruit Library //TouchScreen ts(XP, YP, XM, YM, 300); //re-initialised after diagnose