(06-15-2025, 02:08 PM)lakeuk Wrote: @numpad
I've got a gpio 8 button / rotary encoder setup that makes python called to mpc playlist, may give you ideas. On my wishlist is code to long presses to double the number of radio station presets ie 8 --> 16, but what I've tried so far isn't reliable.
https://github.com/lakeuk/moode-audio-extensions
Hi @lakeuk
Thanks for your message, your progress looks good and I think an epaper display would be nice for my project

I've made good progress with my project and by utilising a Kensington Numpad which adheres to the standard USB-HID commands (which the targus did not) and have got all the station presents and functions working, mute, vol up and down. The only one I can't get working yet is safe-shutdown, but you seemed to have solved that! Hopefully I can get it to work too, i'm encountering permission issues with the commands,
I will tidy my code and publish on GitHub and post a link here,
Edit - here's a link: https://github.com/mlake1/moode-numpad-controller
Very much work in progress!
Cheers,