cp2004 / OctoPrint-WS281x_LED_Status

Add some RGB LEDs to your printer for a quick status update!
https://plugins.octoprint.org/plugins/ws281x_led_status
GNU Affero General Public License v3.0
111 stars 26 forks source link

[Request]: Orangepi compatibility #151

Closed Dtanguy closed 2 years ago

Dtanguy commented 2 years ago

What would you like implemented?

Hello ! Is this plugin compatible with others board like Orangepi (model zero) ?

image

It has SPI gpio, but the pin id aren't the same as RPI.

Why should this be implemented?

Orangepi are a cheapest and small alternative to RPI.

cp2004 commented 2 years ago

The underlying library only supports the Raspberry Pi. I haven't been able to find a cross-platform WS281x driver (in Python), only ones for the Raspberry Pi.