Due vs PCD8544 (LCD Nokia 5110)

Hi,
I have good experience with this LCD and Uno. Everything works OK.
But now I ordered Due and I am not able get this LCD working. I tried several libraries on net but without success.
Thank you for help

you might check the voltage levels ... 3.3V versus 5.0V

My LCD is 3.3V capable, I think it is not problem.

can you post the datasheet of the LCD?

is the LCD I2C ?
or parallel?
8 or 4 data lines?

This tutorial work on Uno but not Due: Arduino Playground - PCD8544

there might be some pins different on the DUE?

I tried several configurations and pin mapping but without success

time for a multimeter and verify voltages and signals?

Can your Due drive leds on those pins?

Yes, all pins are OK and Led is working. It seems like the problem is caused by Due architecture different than Uno

Nokia 5110 + arduino Due

VCC 3.3V
GND GND
SCE any digital pin (10 for example)
RST 6
D/C 8
DNK(MOSI) MOSI (MOSI PIN header SPI)
SCLK SCK (SCK PIN header SPI)
LED 3.3V

Library:
LCD5110_Graph ----> Henning Karlsen
LCD5110_Basic ----> Henning Karlsen

LCD5110 myGLCD(SCK,MOSI,8,6,10);

Thank you.
This one works. But why not other?

It is the pin level different between DUE and Arduino after boot up.
please read Nokia 5110 PCD8544 + Due -> display not working - Arduino Due - Arduino Forum

jt6245:
It is the pin level different between DUE and Arduino after boot up.
please read Nokia 5110 PCD8544 + Due -> display not working - Arduino Due - Arduino Forum

YES! You are right. Now it works on all tutorials. Thank you very much.

Hello, I hope you can help me, my lcd 5110 worked perfectly with my arduino DUE, I was doing some testing and time began to fade and since then none of the sample codes work.

I tried with arduino pro mini and it works perfectly. any idea what could be happening?

I already reinstalled the Arduino IDE, the libraries and does not work. thanks in advance