adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
304 stars 98 forks source link

Compute module 4 Error: RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported) #102

Closed Robokishan closed 3 years ago

Robokishan commented 3 years ago

Hello I am trying to run example code on Compute Module 4. I have attached RGB led on pin D18 but having an error RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported) Hardware : BCM2711 Revision : b03140 Serial : 100000002da55c1e Model : Raspberry Pi Compute Module 4 Rev 1.0

ladyada commented 3 years ago

hi you will have to ask https://github.com/jgarff/rpi_ws281x to add support for your board (we use their library)

Robokishan commented 3 years ago

I have already submitted pull request