Hi I have attached a 5 inch touchscreen to my pi. I like the way headless works from my phone most the time but also want to just ‘look’ over at my streamer to see what’s playing. Also I want others to be able to skip tracks etc. I work in an art studio where I can’t always take out my phone because I have dirty hands
Screens on raspberry Pi Os go to sleep when no user input is detected. Because there is no user input while music is playing, the screen turns off.
I can easily disable screen blanking, but if it never goes to sleep I guess I’d get burn in if the music was paused for days or weeks.
I would like the screen to Wake/Sleep on music Play/Pause. This could be triggered either by sensing audio output or by sensing screen movement as there is a song progress bar.
Does anyone know how to do this?
Thanks