You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
I noticed a small issue in the Adafruit_CharLCD.py source code where there were 2 noBlink functions with both of them setting the blinking cursor to on. Instead, noBlink should have set it to off and there should have been a blink() function to turn it on. I corrected my copy of the source and you can view my diff here mcherry/portablepi@7c7acf4#Adafruit_CharLCD.py