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
First, many thanks for making this LCD function available :)
I have installed RPLCD-1.3.0 using sudo pip3 install RPLCD. I have a 2004A V1.1 display with a PCF8754 +2037 and I'm using I2C on a Rasp Pi Zero w/o wifi under Buster 5.10.17+ #1421
I can write text OK:
but when I use clear() or home() the screen is filled with white pixels and the text is very hard to read.
Turning the backlight off and then on also fills the screen with white pixels.
But in all cases, as soon as I write text it is OK again but not if the text is spaces or a null string.
Could this be a bug or a faulty screen or me not understanding how to use RPLCD?