rpi-ws281x / rpi-ws281x-python

Python library wrapping for the rpi-ws281x library
BSD 2-Clause "Simplified" License
326 stars 103 forks source link

Support For Raspberry Pi 3 A+ #44

Closed neliooliveira closed 4 years ago

neliooliveira commented 4 years ago

Just installed in a Raspberry Pi 3 A+ and it gives this error: RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)

The revision number of the Pi is 9020e0.

I can see that the file rpihw.c has this included, what would be the issue? The same installation works on a RPi Zero W.