st7789-python icon indicating copy to clipboard operation
st7789-python copied to clipboard

Raspotify killer

Open Brandon-Wass opened this issue 2 years ago • 1 comments
trafficstars

Run any of the examples while you have raspotify service running, and it kills all audio for the raspotify service. Restarting the service does nothing, and only a system reboot brings back the audio. This is tied to the backlight function.

Brandon-Wass avatar Jul 16 '23 05:07 Brandon-Wass

I just ran into the same issue. Did you trace down the exact issue? Were you able to find a way to use the screen and play audio at the same time?

EDIT: Looks like it's been discussed here: #9

Fixed it by setting backlight=13 in the constructor for the ST7789.

IsaiahGrace avatar Jul 13 '24 01:07 IsaiahGrace

Added notes for this in the examples, thank you - https://github.com/pimoroni/st7789-python/commit/9aabd781810abda2f6165c34150753f9e26d867f

Gadgetoid avatar Jan 14 '25 16:01 Gadgetoid