onlaj
onlaj
Do you mean something like "scale coloring" in led colors combined with backlight?
Hello, sorry for late response. Does it happen everytime you try to save recording? Try to delete whole script and clone it again. ``` cd /home sudo rm -rf Piano-LED-Visualizer...
> but I can't seem to find a way to keep the tablet charged this way. You would need to search for a usb-c hub with Power Delivery port. >...
Hey. Connect to your RPi through ssh and follow the last step, starting from `Enable autostart script on boot:` https://github.com/onlaj/Piano-LED-Visualizer/blob/master/Docs/manual_installation.md#7-installing-piano-led-visualizer
Try to run some led animations. If still only the first 16 LEDs are lighting, I would check the wiring.
It's either wiring or a damaged led strip, but you can try to reinstall software just to be sure. Take a look at the led strip, maybe you can notice...
@gstrug This is an OLED, two colors only. It would require more work to make it compatible. If you can't find the right screen you can just instead use web...
@ozturkkl @tomtadatom Do you think reconnecting ports every 15 minutes (of inactivity) would solve the problem? I made a branch with quick workaround, but I can't reproduce this issue in...
Why not just use port.close() from [MIDO library](https://mido.readthedocs.io/en/latest/ports.html)? I commited to freeze_fix branch, can you test it?
That's weird, I just tested it and simply adding port.close() prevented ports from being duplicated. Without port.close(): https://streamable.com/lps0sv And with: https://streamable.com/t5skx3 In both cases it was set to reconnect every...