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

Add support for 128x128 version of ST7735 display #41

Closed rm-hull closed 7 years ago

rm-hull commented 7 years ago

Fixes #39 and #40

thijstriemstra commented 7 years ago

Nice, also just received a 128x128 this week, will be able to test later this week.

rm-hull commented 7 years ago

Something is not quite right,

image

It looks like the display area is offset slightly

image

The above should have a white border all the way round, and no random pixels.

Interestingly, the --bgr=true flag had to be employed as well as the colors were swapped around.