Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:nokia5110 [2015/02/15 00:48] – darron | interfaces:nokia5110 [2024/07/10 12:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Nokia 5110 LCD ==== | ==== Nokia 5110 LCD ==== | ||
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
- | == Pinout == | + | These are inexpensive LCD modules originally designed for mobile phones but now available on PCBs for general purpose usage. |
+ | |||
+ | The controller on the device is a Philips PCD8544. | ||
+ | |||
+ | === Pinout === | ||
+ | |||
+ | There are at least three varieties of LCD board, my example uses this pinout. | ||
+ | |||
+ | ^Pin ^Name ^Function | ||
+ | |8 | LED | Back light | | ||
+ | |7 | SCLK | Serial clock | | ||
+ | |6 | DN< | ||
+ | |5 | D/C | Data/ | ||
+ | |4 | RST | Reset | | ||
+ | |3 | SCE | Chip enable | ||
+ | |2 | GND | Ground | ||
+ | |1 | VCC | 3V3 power | | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | {{downloads: | ||
+ | |||
+ | {{downloads: | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
- | ^Pin ^Name ^Function | | ||
- | |8 | LED | ||
- | |7 | SCLK | | | ||
- | |6 | DN / MOSI | | | ||
- | |5 | D/C | ||
- | |4 | RST | ||
- | |3 | SCE | ||
- | |2 | GND | ||
- | |1 | VCC |