Hi, just unboxed this new shield, plugged it into an new Arduino Duo, and installed the necessary libraries. I'm on a Mac running Arduino 1.0.2 tools.
All the graphics demos work fine. However the "Touchscreendemo" has no output. I modified the code to debug it, changing the " if (p.z > ts.pressureThreshhold) " to "if(1)".
Now I see scrolling outputs as follows:
X = 1017 Y = 546 Pressure = 0
X = 1023 Y = 545 Pressure = -299
X = 1017 Y = 546 Pressure = 0
X = 1023 Y = 545 Pressure = -299
Touching the screen has no effect. This is all using unmodified boards, no wiring, simply stacking the two shields, with nothing else attached.
Any Suggestions? I suspect it's just a bad board...

