Change Point to TSPoint

Someone changed the TouchScreen l;ibrary to define TSPoint instead of Point, but didn't update this example sketch
This commit is contained in:
driverblock
2014-03-24 17:05:10 -04:00
parent 286f81f96e
commit f775b97d86
+1 -1
View File
@@ -103,7 +103,7 @@ void setup(void) {
void loop()
{
digitalWrite(13, HIGH);
Point p = ts.getPoint();
TSPoint p = ts.getPoint();
digitalWrite(13, LOW);
// if sharing pins, you'll need to fix the directions of the touchscreen pins