We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPI1 is not able to be used, only SPI0 (GPIO 10)
The library rpi_ws281x limits this. Try and patch this upstream, then bump the dependency in the plugin
Would allow for slightly more freedom with what GPIO can be used (or for multiple programs to use SPI)
The text was updated successfully, but these errors were encountered:
Try this:
Add the following additional lines to /boot/config.txt to enable SPI1:
/boot/config.txt
dtoverlay=spi1-1cs
Then reboot.
Install the patched up dependency:
UPDATED: rpi_ws281x-4.3.4.zip
Either download & then use plugin manager 'from file', or enter the below URL in 'from URL':
https://github.com/cp2004/OctoPrint-WS281x_LED_Status/files/10384042/rpi_ws281x-4.3.4.zip
Switch the plugin to use GPIO 20, connect the LEDs there, and maybe it might work
Sorry, something went wrong.
No branches or pull requests
What would you like implemented?
SPI1 is not able to be used, only SPI0 (GPIO 10)
The library rpi_ws281x limits this. Try and patch this upstream, then bump the dependency in the plugin
Why should this be implemented?
Would allow for slightly more freedom with what GPIO can be used (or for multiple programs to use SPI)
The text was updated successfully, but these errors were encountered: