I just got a Seeed Studio Touch Shield v1.0. After downloading the library from here:https://github.com/adafruit/Touch-Screen-Library
I opened the example code and ran it. The serial input is gave said this:
X = 1023 | Y = 0 | Pressure = 190 |
X = 1023 | Y = 0 | Pressure = 190 |
X = 1023 | Y = 0 | Pressure = 139 |
X = 1023 | Y = 0 | Pressure = 217 |
X = 1023 | Y = 0 | Pressure = 190 |
X = 1023 | Y = 0 | Pressure = 190 |
X = 1023 | Y = 0 | Pressure = 239 |
X = 1023 | Y = 0 | Pressure = 190 |
X = 1023 | Y = 0 | Pressure = 239 |
X = 1023 | Y = 0 | Pressure = 266 |
X = 1023 | Y = 0 | Pressure = 209 |
despite where i put my finger. The first part of the code defines a library: #include <stdint.h> but the library does not change color
nor does it make a difference when I delete it. I believe this is connected to my problem. I have tried reinstalling the library many times
but it does not seem to make a difference. Thanks so much to who ever can help me with this.