Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

WS2812 Write N LEDs

Set the R, G, B color of N LEDs starting at the user specififed LED index. If Refresh is true (default) the new colors are immediatly displayed. If Refresh is false the new colors are stored in memory but the LEDs are not updated until Refresh is called.

write-n-leds.png

Inputs

Refresh? (T)

Specifies if the lights should be refreshed to display the new colors, or if the colors should only be stored in memory and not visually updated.

LINX Ref

Contains LINX connection resources.

LED Index

Specifies the index of the first WS2812 LED to update.

Colors

The 24-bit RGB color for each WS2812 LED to update.

Error In

Describes error conditions that occur before this node runs. This input provides standard error in functionality.

Outputs

LINX Ref

Contains LINX connection resources.

Error Out

Contains error information. This output provides standard error out functionality.

Related Links

close

open

refresh

write-one-led

VI Reference

Clone this wiki locally