onlaj / Piano-LED-Visualizer

Piano LED Visualizer: Connect an LED strip to your Raspberry Pi and create an immersive visual experience for your piano playing
MIT License
513 stars 111 forks source link

LCD Stays White #371

Closed ausfalt closed 1 year ago

ausfalt commented 2 years ago

I went for the quick setup via Etcher imager and got the LEDs to work, controlling using the web interface. However, I also have a waveshare 1,44 LCD hat connected and it just stays white. I was able to enable/disable the display using the web interface but all it shows is a blank white screen.

MilanScherpen commented 2 years ago

Same problem here......

onlaj commented 2 years ago

Hey. Try to run https://github.com/onlaj/Piano-LED-Visualizer/blob/master/tests/test_screen.py to see if it works with demo code. I had this problem once, my screen suddenly became white and stayed like that for ~3 days. No idea what caused that and what fixed the problem, I just left it running.

MilanScherpen commented 2 years ago

@onlaj thanks for your quick response. As soon as i configured the internet connection the device worked. Thanks any way🙂

MilanScherpen commented 2 years ago

Hey. Try to run https://github.com/onlaj/Piano-LED-Visualizer/blob/master/tests/test_screen.py to see if it works with demo code. I had this problem once, my screen suddenly became white and stayed like that for ~3 days. No idea what caused that and what fixed the problem, I just left it running.

Apparently the device only works with the internet, while I don't think it should. It doesn't work for me without WiFi, but as soon as it's connected again it does. Any idea what could be causing this or how I might be able to fix this?

onlaj commented 2 years ago

Try to add --webinterface false to starting parameters

sudo python3 /home/Piano-LED-Visualizer/visualizer.py --webinterface false