Difference between revisions of "Graphic LCD 84x48 - Nokia 5110"

From air
Jump to navigation Jump to search
Line 6: Line 6:
   
 
VCC (3v arduino output)
 
VCC (3v arduino output)
  +
GND – Pin_arduino GND
GND – Not needed, but if you do some sites say to connect via a small capacitor
 
SCE – Pin 7
+
SCE – Pin_arduino 7
RST – Pin 6
+
RST – Pin_arduino 6
D/C – Pin 5
+
D/C – Pin_arduino 5
DN – Pin 4
+
DN – Pin_arduino 4
SCLK – Pin 3
+
SCLK – Pin_arduino 3
 
LED (backlight) – No needed, but if you do, remember to use a current limiting resistor!
 
LED (backlight) – No needed, but if you do, remember to use a current limiting resistor!
 
</pre>
 
</pre>
Line 17: Line 17:
 
Liens:
 
Liens:
 
* http://blog.stuartlewis.com/2011/02/12/scrolling-text-with-an-arduino-and-nokia-5110-screen/
 
* http://blog.stuartlewis.com/2011/02/12/scrolling-text-with-an-arduino-and-nokia-5110-screen/
  +
* Boutique http://www.sparkfun.com/products/10168
  +
* Code pour l'Arduino http://www.arduino.cc/playground/Code/PCD8544
  +
* Bitmap convertor http://en.radzio.dxp.pl/bitmap_converter/

Revision as of 14:36, 6 July 2011

Le Graphic LCD 84x48 - Nokia 5110 est un afficheur bitmap noir et blanc.


It has 8 pins, connect these as follows (or adjust the code below for the correct arduino pins):

    VCC (3v arduino output)
    GND – Pin_arduino GND 
    SCE – Pin_arduino 7
    RST – Pin_arduino 6
    D/C – Pin_arduino 5
    DN –  Pin_arduino 4
    SCLK – Pin_arduino 3
    LED (backlight) – No needed, but if you do, remember to use a current limiting resistor!

Liens: