hello world :)
New information for ITDB02 SSD1963-800
Touch does work with Henning's UTouch library. The X and Y are transposed and only scaled to a 320 x 240 display. The transposing is easy:
y = myTouch.getX();
x = myTouch.getY();
The scaling just takes a little bit of coding to fix, like so...