Ax-LED / volumio-pirate-audio

Python code (Plugin) to use pirate audio dac with volumio (including display and the 4 buttons) and a raspberry pi.
27 stars 11 forks source link

pirate audio display not displaying #18

Open hec59 opened 1 month ago

hec59 commented 1 month ago

burnt volumio img to sd card. done updates, then followed your code and still no display. please help using pi02w with pirate audio line out

k426527 commented 2 weeks ago

me too!

hec59 commented 2 weeks ago

i got it working, you need to ssh into your pi. i use Putty. Once your in you need to do these lines of code; sudo pip3 install numpy==1.16.2 sudo pip3 install st7789==0.0.4 sudo pip3 install "python-socketio>=4,<5"

volumio@volumiotest:/data/plugins/system_hardware/pirateaudio$ python3 display.py enable then reboot

Let me know if this worked for you as it did for me!

k426527 commented 2 weeks ago

Thank you!!! Even though I was worried so much, It worked quickly.

hec59 commented 2 weeks ago

Glad to be of help. I just cant get the volume buttons to work but it isn't an issue for me.