Graphic LCD 84x48 - Nokia 5110: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
It has 8 pins, connect these as follows (or adjust the code below for the correct arduino pins):
It has 8 pins, connect these as follows (or adjust the code below for the correct arduino pins):


VCC (3v arduino output)
VCC (3.3v arduino output)
GND – Pin_arduino GND
GND – Pin_arduino GND
SCE – Pin_arduino 7
SCE – Pin_arduino 7

Revision as of 12:38, 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 (3.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: