washed / drempelbox

0 stars 0 forks source link

Use volume buttons for skipping tracks #21

Open tmh-alex opened 6 months ago

tmh-alex commented 6 months ago

Since we don't (yet) have an acceleration sensor like the Tonibox, we could use the volume buttons to skip through tracks. Short press louder/quieter, long press skip forward/backward.

I'd like to take that as an opportunity to finally code some Rust.

washed commented 6 months ago

Sounds great! Do you wanna do the basic volume button implementation as well?

Hint: we are using rppal for GPIOs

tmh-alex commented 6 months ago

Sure! Created #22 to cover the task.