Where to set GPIO channels for buttons #2604
Unanswered
karlranseierausrom
asked this question in
Q&A
Replies: 2 comments 1 reply
1 reply
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using Phoniebox V3 (dev) on a RPi 0w 2 legacy bookworm (6.12.62+rpt-rpi-v7 #1 SMP Raspbian 1:6.12.62-1+rpt1~bookworm (2026-01-19) armv7l) after everything (bluetooth, display and buttons) worked on V2.
I have installed an OLED-Display ( https://splittscheid.de/phoniebox-display/#ftoc-installation-des-oled-display ). To make it run I ran additionally after some wrong things (with help of chatgpt):
sudo rm -rf /usr/local/lib/python3.11/dist-packages/PIL
sudo rm -rf /usr/local/lib/python3.11/dist-packages/Pillow-*.dist-info
sudo apt update
sudo apt install --reinstall python3-pil python3-pil.imagetk
because free fonts were missing.
The display works fine with that change. It shows artis, title and so on when I play music via bluetooth.
Now I want to add gpio-button functionality. Where do I find the GPIO-Setting since the .ini has been removed, if I saw correctly?
I know that there will be conflicts with the OLED-Display. I will try to solve them.
karl.ranseier
All reactions