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

Ubuntu 21.04 now uses lgpio for Rasberry Pi GPIO including I2C (no longer sbus?) #126

Open PSkeberdis opened 3 years ago

PSkeberdis commented 3 years ago

Can someone look at updating to use lgpio on Ubuntu 21.04 as is no longer uses the Raspi-gpio?

PSkeberdis commented 3 years ago

Here's a link to how lgpio is used: https://discourse.ubuntu.com/t/how-to-use-raspberry-pi-gpio-pins-with-ubuntu/22009