Hi,
I bought this set (Arduino DUE + 7" Touch Screen):
I installed Arduino IDE 1.5.7 Beta and downloaded UTFT library from this link: Electronics - Henning Karlsen
I tyed the UTFT_Demo_800x480 and set the declaration like this:
// Set the pins to the correct ones for your development shield
// ------------------------------------------------------------
// Arduino Uno / 2009:
// -------------------
// Standard Arduino Uno/2009 shield : <display model>,A5,A4,A3,A2
// DisplayModule Arduino Uno TFT shield : <display model>,A5,A4,A3,A2
//
// Arduino Mega:
// -------------------
// Standard Arduino Mega/Due shield : <display model>,38,39,40,41
// CTE TFT LCD/SD Shield for Arduino Mega : <display model>,38,39,40,41
//
// Remember to change the model parameter to suit your display module!
UTFT myGLCD(SSD1963_800,38,39,40,41);
after download the scetch into Arduino DUE the display is only lights up but completely white...
help please...