Skip to content
Discussion options

You must be logged in to vote

No, there isn't an exact port. rpi_ws281x is hardware specific to the Raspberry Pi. You're going to have to do some porting of your code, especially considering memory limitations of the ESP32 compared to the Raspberry Pi

The docs for the standard MicroPython NeoPixel driver:

The one feature that's consistently missing from MicroPython NeoPixel is setting brightness/intensity. MicroPython defaults to 100% brightness. The (possibly rather old) Warringer/micropython-rgbled wrapper seems to address this, but not in a way that's compatible with the rpi_ws281x library

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ion-mironov
Comment options

@scruss
Comment options

@ion-mironov
Comment options

Answer selected by ion-mironov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants