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

From air
Jump to navigation Jump to search
Line 1: Line 1:
 
Le [http://www.sparkfun.com/products/10168 Graphic LCD 84x48 - Nokia 5110] est un afficheur bitmap noir et blanc.
 
Le [http://www.sparkfun.com/products/10168 Graphic LCD 84x48 - Nokia 5110] est un afficheur bitmap noir et blanc.
   
  +
  +
<pre>
  +
It has 8 pins, connect these as follows (or adjust the code below for the correct arduino pins):
  +
  +
VCC (3v arduino output)
  +
GND – Not needed, but if you do some sites say to connect via a small capacitor
  +
SCE – Pin 7
  +
RST – Pin 6
  +
D/C – Pin 5
  +
DN – Pin 4
  +
SCLK – Pin 3
  +
LED (backlight) – No needed, but if you do, remember to use a current limiting resistor!
  +
</pre>
   
 
Liens:
 
Liens:

Revision as of 12:56, 5 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 – Not needed, but if you do some sites say to connect via a small capacitor
    SCE – Pin 7
    RST – Pin 6
    D/C – Pin 5
    DN – Pin 4
    SCLK – Pin 3
    LED (backlight) – No needed, but if you do, remember to use a current limiting resistor!

Liens: