I recently published the 2x16 LCD version of Arduino Magic Morse:
http://forum.arduino.cc/index.php?topic=168886.msg1256600#msg1256600
The Nokia 5110 3.3V display version is published below. The circuit connections are:
Nokia 5110 Graphic LCD Pinout:
_______ Mini Pro____ _______ Nokia GLCD___ _____ test board cabling ___
#define PIN_SCE 7 LCD CE .... Pin 2 Yellow
#define PIN_RESET 6 LCD RST .... Pin 1 Blue
#define PIN_DC 5 LCD Dat/Com. Pin 3 (DC) Orange
#define PIN_SDIN 4 LCD SPIDat . Pin 4 (DIN) White
#define PIN_SCLK 3 LCD SPIClk . Pin 5 Brown
// LCD Gnd .... Pin 2 Black
// LCD Vcc .... Pin 8 Red 3.3V
// LCD Vled ... Pin 7 Green (100 Ohms to Gnd)
This implementation is intended to use a 3.3V Mini-Pro and the Nokia 5110 or equiv. Any other configuration must deal with voltage-level shifting.
Ray
Magic_Morse_Nokia8a.zip (9.59 KB)



