rm-hull / luma.lcd

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

ST7735 262K Color 160x128 LCD driver #27

Closed rm-hull closed 7 years ago

rm-hull commented 7 years ago

Driver complete, but needs tests adding & documentation updating

image

Makes use of the recent 'diff-to-previous' framebuffer so delta's are quite efficient, but full-frame refreshes aren't quick (at least not on a RPi Zero) -- 160x128 RGB pixels is probably getting near to the limit of what python can be made to do.