is there a library for the mega 2560 and a TFT touch screen.
trying to use the sample from http://arduino.cc/en/Tutorial/TFTDisplayText but I get a white screen.
are there different pins for the mega for
// pin definition for the Uno
#define cs 10
#define dc 9
#define rst 8
I will try to add some more information about the screen tomorrow when I am not so tired.