CircuitPython_LCD icon indicating copy to clipboard operation
CircuitPython_LCD copied to clipboard

CircuitPython library for HD77480 LCD character displays with an I2C backpack. Currently PCF8574 is supported.

Results 4 CircuitPython_LCD issues
Sort by recently updated
recently updated
newest added

i have circuitpython 9 and yd-rp2040, there is a full text of error: Traceback (most recent call last): File "", line 13, in File "/lib/lcd/lcd.py", line 199, in print File...

The Pico has configurable SPI pins. Adafruit has a straight forward explanation: https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/pinouts - scroll down the the i2c section. Easy hack-fix is to change `i2c_pcf8574_interface.py`: ``` # self.i2c =...

Hi, Im running pi pico with this library to drive my 20x4 char lcd with PCF8574 bit expander on board and im having problems with displaying custom characters. The REPL...

Thanks for this library- I'm finding it easy to use! I'm just playing with my new toy (Pi Pico) + pcf8574 i2c module, using the latest stable CircuitPython. I tried...