LCD Display ST7565
ST7565 - LCD Display mit 128x64 Pixeln und RGB Hintergrundbeleuchtung.
Eigenschaften
- Auflösung 128x64 Pixel
- Spannungsversorgung 3.3V
- SPI Interface
- RGB Hintergrundbeleuchtung
- Datenblatt
- Software-Bibliothek
Pins
| Pin | Bezeichnung | Beschreibung | 
|---|---|---|
| 1 | CS | Chip Select (0) | 
| 2 | RST | Reset (0) | 
| 3 | A0 | Register Select (1 = Data, 0 = Control) | 
| 4 | SCLK | Serial Input Clock | 
| 5 | SID | Serial Input Data | 
| 6 | VDD | Versorgungsspannung 3V | 
| 7 | VSS | Masse | 
| 8 | R- | Rote LED Kathode | 
| 9 | A+ | Gemeinsame LED Anode | 
| 10 | G- | Grüne LED Kathode | 
| 11 | B- | Blaue LED Kathode | 
Links
- Produktseite bei Laydada: http://www.adafruit.com/product/250.
- Tutorial für die Anbindung des Displays unter Arduino bei Ladyada: http://www.ladyada.net/learn/lcd/st7565.html.
- Modultreiber für Linux: http://zanaster.blogspot.de/2013/10/linux-driver-for-st7565.html.
- Ein deutscher Blogeintrag zum Anschluss des LCD am Pi: http://blog.goodcleanfun.de/2013/11/09/raspberry-pi-mit-st7565-lcd/comment-page-1/.
- Modultreiber für Linux auf dem BeagleBone Black: https://github.com/wcalvert/st7565-linux.
- SourceCode für den Pi.