-
Notifications
You must be signed in to change notification settings - Fork 116
fw ws2812open
Ken Sharp edited this page Dec 10, 2025
·
2 revisions
Create an WS2812 controller with the specified number of LEDs and data channel.
Ws2812Open(unsigned short numLeds, unsigned char dataChan);numLeds
The number of LEDs in the WS2812 chain.
dataChan
The data channel to use for the WS2812 control signal. Supported channels will vary by device.
int status