Arduino Due with TFT 3.2" 400x240 HX8352A with UTFT

Hello,

I'm trying to get the UTFT example code to work at mine Arduino Due/
Unfortanly the only thing I get is an white screen.

I'm using the 3.2W Screen 400x240:
http://www.ebay.com/itm/331562628185?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

Similair to: http://www.elecfreaks.com/store/32width-400240-tft-lcm-tft0132w-tft0132wd-p-116.html

I've checked my wires 2 times.
All 16 bits are connected the right way.
RS = 38
WR = 39
RD = connected to 3.3V
CS = 40
REST = 41

tried multiple models for UTFT

UTFT myGLCD(TFT01_32WD,38,39,40,41);

what am I missing over here?

my fault... don't drink and program!
Wrong connection of the WR/RD pins (missed the NC pin) so the WR was connected to the NC

veenie:
don't drink and program!

Why? It alleviates the tedium.... :stuck_out_tongue:

Regards,

Graham