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
494 stars 107 forks source link

1.3 SPI LCD small and portrait #498

Closed BeardedTony closed 5 months ago

BeardedTony commented 5 months ago

LCD is displaying in portrait mode and super small. Its using like a 1/3 of the screen. Space not used is showing like still white noise. Raspberry Pi zero W, SPI 1.3 hat, visualizer 1.5v img used. It boots ok, i can access the webserver without problems.

onlaj commented 5 months ago

Hello.

If you are using WaveShare 1.3inch 240x240 LED Hat instead of 1.44inch 128x128, edit accordingly: ExecStart=sudo python3 /home/Piano-LED-Visualizer/visualizer.py --display 1in3

https://github.com/onlaj/Piano-LED-Visualizer/blob/master/Docs/manual_installation.md#8-installing-piano-led-visualizer

BeardedTony commented 5 months ago

Thanks! that fixed it!