-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make GPIO/SPI/FTDI optional and switch to rpi-lgpio #284
base: main
Are you sure you want to change the base?
Conversation
@Pako2 @rm-hull I finally got my hands on a RPI5 and going through the tests to see what breaks and what doesn't and fortunately everything still works when switching to rpi-lgpio, a (supposedly) drop-in replacement for rpi.gpio. I haven't actually tested it with a real display but tests run and pass on an RPI5 for now. I also started a RPI5 PR for:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
I assume that there are a number of existing users (luma libraries) whose display stopped working after the system upgrade, because the sysfs GPIO interface (and therefore the RPi.GPIO based on it) was no longer supported. |
fixes #270
to install optional dependencies:
pip install luma.core[gpio]
pip install luma.core[spi]
pip install luma.core[ftdi]