UTFT library with 3,2' TFT

Hello,

I have problems getting my 3,2' display to work with simple example sketches from Henning Karlsens UTFT library.
The Display has following Data:
Resolution: 400W * 240H Dots
SPI Bus interface
IC Driver: SSD1289

I connected the Display to my UNO like this:
LEDA -> 5V
VCC -> 5V
RD -> 3.3V
GND -> GND
DB0->DB5 to D8->D13
DB6->A0
DB7->A1
DB8->DB15 to D0->D7
RSET->A2
CS->A3
WR->A4
RS->A5

Then I changed "UTFT myGLCD(ITDB32WD,19,18,17,16);" to "UTFT myGLCD(SSD1289,19,18,17,16);" in the Example Code "UTFT_Demo_400x240" and uncommented all without "//#define DISABLE_SSD1289" in the memorysaver.h

The display is shining white (maybe a little blue) but nothing happens.

I'm thankful for any ideas

Flo

I would also like some help on this subject. I made a post a couple days ago, but recieved no replies.

I'll just bump yours instead :slight_smile:

EDIT: My display is the 320* x 240* , but i'm also getting the white/bluish screen. No data though.

just bought another display. Now it works!