hosaka / micropython-st7735

MicroPython driver and HAL example for Sitronix ST7735 TFT displays.
MIT License
26 stars 20 forks source link

BUG #3

Closed PeterKenyon closed 8 years ago

PeterKenyon commented 8 years ago

st7735.py line 271 should read c >>= 1 NOT pc >>= 1.

hosaka commented 8 years ago

Good catch, will fix!