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

WS2812 Write One LED

Set the R, G, B color of a single LED. If Refresh is true (default) the new color is immediately displayed. If Refresh is false the new color is stored in memory but the LED is not updated until Refresh is called.

write-one-led.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 Resource

Contains LINX connection resources.

LED Index

Specifies the index of the WS2812 LED to update.

Color

The 24-bit RGB color for the WS2812 LED.

Error In

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

Outputs

LINX Resource

Contains LINX connection resources.

Error Out

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

Related Links

close

open

refresh

write-n-leds

VI Reference

Clone this wiki locally