Volume Controller w/ GPIO on Pi5?
-
TL:DR; I am following https://wiki.recalbox.com/en/tutorials/audio/rotary-encoder-via-gpio-digital-volume-control to get a rotary encoder to work for volume, but I am not having any luck. Is there any difference I am missing with the pi5 which is causing the issue?
-
@staycade The old RPi.GPIO library no longer seems to work on the Raspberry Pi 5. Unfortunately, recalbox has not yet installed the alternative libraries and manual installation is not possible either. If the gpiozero library were available, you could use it to control the GPIOs and then the scripts would work again if you adapted them to the other library.