Merge branch 'master' of github.com:adafruit/TFTLCD-Library

This commit is contained in:
ladyada
2014-04-30 12:54:08 -04:00
+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