xod-dev/ws2812@0.37.3

License: AGPL-3.0

Nodes to work with WS2812 (NeoPixel). The main difference from the other libraries that this library does not use a buffer to light up the LEDs. So it gives a possibility to light up a really long LED strip with a small microcontroller without a huge amount of RAM.
NodeDescription
clear
Clears (turns off) of all pixels in the device.
example-fill-controlledNo description
example-fill-partNo description
example-pattern-crawlingNo description
example-pattern-policeNo description
fill-pattern
Fills the device LEDs with a repeative color pattern.
fill-solid
Sets the color of pixels in the device to the same value.
pattern
Adds new colors to the tail of a given pattern.
ws2812-device
Represents a chained sequence of WS2812 pixels.
ws2812-patternNo description
ws2812-mono
A quickstart node to control a LED strip which is always filled with a single color
To use the nodes in your project you should have the xod-dev/ws2812 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.