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

Small error #76

Closed LouisPi closed 5 years ago

LouisPi commented 5 years ago

https://github.com/rm-hull/luma.lcd/blob/master/luma/lcd/device.py#L215. Shouldn't it read v_offset not h_offset.

LouisPi commented 5 years ago

Is this an error?

rm-hull commented 5 years ago

Yes it is. I will fix that. Thanks for highlighting it