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
Ken Sharp edited this page Dec 10, 2025
·
4 revisions
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.
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.