WS2812 NeoPixel Compatible LED Matrix.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/wokwi/wokwi-docs/llms.txt
Use this file to discover all available pages before exploring further.
Pin names
Data input signal
Positive voltage supply
Ground
Data output (for chaining to next panel)
Attributes
Number of rows
Number of columns
Pixel wiring pattern: "" (progressive) or “serpentine”
Brightness multiplier
Pixel rendering shape: “square”, “circle”, or "" (smooth)
LED package size: “5050”, “3535”, or “2020”
Layout
Thelayout attribute controls how pixel indices map to physical positions in the matrix:
""(default) - Progressive: all rows go left-to-right"serpentine"- Alternating row direction (left-to-right, then right-to-left)
Pixel rendering
For pixel shape and size options, see wokwi-led-strip: Pixel rendering.Arduino code example
See also
- wokwi-led-ring - WS2812 NeoPixel Compatible LED Ring
- wokwi-led-strip - WS2812 NeoPixel Compatible LED Strip