dbrgn / RPLCD

A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller, written in Python. GPIO (parallel) and I²C modes supported.
https://rplcd.readthedocs.io/en/latest/
MIT License
262 stars 72 forks source link

Check invalid cursor position only when auto_linebreaks enabled #109

Closed 007hacky007 closed 1 year ago

007hacky007 commented 4 years ago

Fixes issue #93

dbrgn commented 3 years ago

Sorry for the late reply! The fix looks good to me at first glance, but I'll try to set up a Raspi to test it before merging.

007hacky007 commented 1 year ago

Any update on this? Just installed RPLCD via pip after raspbian update and I had to manually patch lcd.py to get it working.

dbrgn commented 1 year ago

Hi, I never found the time to test this properly, but I'll just merge it, and people will need to let me know if something breaks 😉 Thanks!

dbrgn commented 1 year ago

Release 1.3.1 with this fix is out.

007hacky007 commented 1 year ago

Great! Thank you.