dhylands / python_lcd

Python based library for talking to character based LCDs.
MIT License
298 stars 116 forks source link

Reset self.implied_newline after pass #41

Closed darylknowles closed 2 years ago

darylknowles commented 2 years ago

I noticed that in a loop the newline would sometimes be ignored when it wasn't really an implied newline. Resetting self.implied_newline to False in the putchar routine before pass fixed the issue.