rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
158 stars 57 forks source link

Add support for 128x64 UC1701X LCD #47

Closed rm-hull closed 7 years ago

rm-hull commented 7 years ago

image

rm-hull commented 7 years ago

Implementation notes

img_20170610_180146

LCD Pin LCD Name RPi Pin RPi Function Remarks
1 ROM_IN n/c n/a Unused
2 ROM_OUT n/c n/a Unused
3 ROM_SCK n/c n/a Unused
4 ROM_CS n/c n/a Unused
5 LED A P01-12 GPIO 18 (PCM_CLK) Backlight
6 VSS P01-06 GND Ground
7 VDD P01-02 5V0 5.0V Power
8 SCK P01-23 GPIO 11 (SCLK) Serial Clock
9 SDA P01-19 GPIO 10 (MOSI) Serial Data
10 RS P01-16 GPIO 23 Data/Command (Register select)
11 RST P01-18 GPIO 24 Reset
12 CS P01-24 GPIO 8 (CE0) Chip Select
rm-hull commented 7 years ago

render time = 35.25 ms, frame rate = 28.12 FPS - on Raspberry Pi Zero

image