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
Seems like finally there's support for Neopixel for Pi 5.
The adafruit solutions uses pio driver which is only available on Pi 5 and sometimes a firmware update is needed to activate it: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel
another more generic solution is offered by rpi_ws281x which is backward compatible with older Pis:
jgarff/rpi_ws281x#528 (comment)
I am leaning toward the second solution which is more flexible
The text was updated successfully, but these errors were encountered:
zytegalaxy
No branches or pull requests
Seems like finally there's support for Neopixel for Pi 5.
The adafruit solutions uses pio driver which is only available on Pi 5 and sometimes a firmware update is needed to activate it:
https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel
another more generic solution is offered by rpi_ws281x which is backward compatible with older Pis:
jgarff/rpi_ws281x#528 (comment)
I am leaning toward the second solution which is more flexible
The text was updated successfully, but these errors were encountered: