You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if you would like to add this functionality on your crate. If it is the case, I can send to you a PR with the changes but I would need some guidance.
Regards.
The text was updated successfully, but these errors were encountered:
NeoPixel can be in any possible wiring order. ws2812_esp32_rmt_driver::lib_embedded_graphics::LedPixelShape trait is provided for the functionality to represent a Point to LED pixel address conversion.
In order to use the ZigZag-layout LED matrix, it is currently necessary to create a new LedPixelShape your own. (unstable option required)
Hi,
I have a Neopixel array like these:
I wanted to use your crate to drive the array, but I found that it is not supported (or I have not found the way). I found as reference the NEO_MATRIX_ZIGZAG option in https://learn.adafruit.com/adafruit-neopixel-uberguide/neomatrix-library
I wonder if you would like to add this functionality on your crate. If it is the case, I can send to you a PR with the changes but I would need some guidance.
Regards.
The text was updated successfully, but these errors were encountered: