You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #528
Unfortunately the Pi5 is not supported yet, hardware is very different from older Pi boards and the lib has to be adjusted, there might be some plans to do that (see the issue), I'm counting on that as well.
Hey,
I am relatively new to coding and want to control a Neopixel stick with the Raspberry Pi 5. I get this error:
raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp))
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
Segmentation fault
I tried this solution:
rpi-ws281x/rpi-ws281x-python#86
But I am not sure on how to get the hardware version and install the edited package. I hope someone can help me.
Any help / tips will be greatly received :-)
Joshua
The text was updated successfully, but these errors were encountered: