dupontgu / retro-ipod-spotify-client

The software that powers the sPot: a 4th generation "Click Wheel" iPod with a full Spotify client.
Apache License 2.0
912 stars 90 forks source link

Button #29

Open finnie2006 opened 3 years ago

finnie2006 commented 3 years ago

Hello i have a question i want to use your nice project in my diy bluetooth boombox But for that i want to use a clickable potentiometer (Incremental encoders( instead of the normal ipod wheel how can i do that

Thanks in Advance

tomaculum commented 3 years ago

To use this project without much modification, you would need four additional buttons as well (menu, forward, previous, play/pause).

To interact with the python frontend, you need to modify or create your own click.c code to read those inputs. If you simulate the binary values from the clickwheel (e.g. 0xFA for play button), you would not need to edit any other file in the repository which would make updates / fixes much easier.