pimoroni / st7789-python

Python library to control an ST7789 240x240 1.3" TFT LCD display.
MIT License
193 stars 51 forks source link

Raspotify killer #28

Open B-Boone opened 1 year ago

B-Boone commented 1 year ago

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.

IsaiahGrace commented 1 week ago

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.