Graphic LCD 84x48 - Nokia 5110: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* Code pour l'Arduino http://www.arduino.cc/playground/Code/PCD8544 |
* Code pour l'Arduino http://www.arduino.cc/playground/Code/PCD8544 |
||
* Bitmap convertor http://en.radzio.dxp.pl/bitmap_converter/ |
* Bitmap convertor http://en.radzio.dxp.pl/bitmap_converter/ |
||
Idées de projet |
|||
* http://benjamin.sonntag.fr/Jeux-pour-Arduino-Lol-Shield-Pong-Shoot-them-up-Tetris#forum80 |
Latest revision as of 09:49, 29 June 2013
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:
- 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/
Idées de projet