graphical lcd (nokia 3310)

hej oliver,

did you manage to run the display?

i tried with no success. this is how i interpreted massimo's code and did the pin setup using (not exactly) the resistors from your graphic:

int LCD_POWER = 1; // goes to display pin 1 POWER FOR THE LCD
int LCD_DC_PIN = 2; // goes to display pin 4 Data Command
int LCD_CE_PIN = 3; // goes to display pin 5 /CS active low chip select ??
int SPI_MOSI_PIN = 4; // goes to display pin 3 Serial line
int LCD_RST_PIN = 5; // goes to display pin 8 /RES RESET
int SPI_CLK_PIN = 6; //goes to display pin 2 CLOCK

i'm not too sure if i did right with the resistors. could you explain to me the use of the diode?
are you sure about the values of the resisitors or do you think it could work without them? i read about people using the display with a 5V source.

no reaction from the display at all times.

kuk