Hello,
I’m trying to get a NeoPixels ring to work with a Rock Pi S, but no success so far.
When using the default Adafruit CircuitPython NeoPixel library I get a NotImplementedError: Board not supported
error message and when trying to use the rpi_ws281x
library (https://github.com/rpi-ws281x/rpi-ws281x-python) I get RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
.
What is the best way to get NeoPixels to work with a Rock Pi S?
Thanks in advance for any hint on this
Andreas