Describe the bug
Boards that use gpiozero are incompatible with HiFiBerry due to a pin conflict on GPIO 24 (pin 18). gpiozero stops all sound output.
To Reproduce
Steps to reproduce the behavior:
- Start music playing via go-librespot/LMS client
- Start paperpi
- music stops
Expected behavior
Paperpi should not stop audio
Hardware
Plugin Issues
Impacts librespot and LMS plugins
Additional context
solution is to remap GPIO 24 to any other unused GPIO other than 18-21 (HiFiBerry GPIO pins). This will require patching epdconfig.py in the waveshare library.
Describe the bug
Boards that use gpiozero are incompatible with HiFiBerry due to a pin conflict on GPIO 24 (pin 18). gpiozero stops all sound output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Paperpi should not stop audio
Hardware
Plugin Issues
Impacts librespot and LMS plugins
Additional context
solution is to remap GPIO 24 to any other unused GPIO other than 18-21 (HiFiBerry GPIO pins). This will require patching
epdconfig.pyin the waveshare library.