-
Notifications
You must be signed in to change notification settings - Fork 54
enable display in RPi 5 #271
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
base: main
Are you sure you want to change the base?
Conversation
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.
that's great! I would like to keep using rpi.pgio for my older projects, so supporting both would be necessary.
|
@thijstriemstra |
|
Would be great to see this (or another) fix get pulled in so that Pi5 users can utilize this. |
|
Is there currently any alternative to getting luma working on Pi5? |
|
Just install the package python3-rpi-lgpio. This replaces Rpi.GPIO.
|
Thanks this worked. Remember to remove any previously installed rpi.gpio packages for your environment. |
|
I too would very much like to see Luma supported on the RP5 |
|
Is this still relevant? I don't have a Pi5 but some users of my project do and seem to still be having issues with Luma. |
This works! I replaced RPi.GPIO by gpiozero by a class emulating the needed functions of RPi.GPIO. There were minimal changes in your code, just in lib.py.