jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.78k stars 622 forks source link

WS281X on raspberry pi 400 with hyperbian (hyperion + debian) #477

Closed goraxmax closed 2 years ago

goraxmax commented 2 years ago

Hi,

i'm hope to be in the good place. I have installed hyperion, wich use rpi_ws281X library.

As i anderstand, this library is not compatible with the raspberry pi 400.

" 2021-11-23T12:02:48.824Z [ LEDDEVICE] (ERROR) Device disabled, device 'ws281x' signals error: 'Failed to open. Error message: Hardware revision is not supported' "

i have no idea to fix this :$

Gadgetoid commented 2 years ago

The Python bindings in this repository are deprecated.

You should be using https://github.com/rpi-ws281x/rpi-ws281x-python

Pi 400 support was merged and released circa Nov 2020.

I think you might be following some heinously out of date instructions.

Please raise an issue against the appropriate repo if you're still having trouble. A PR isn't the place for this.