Struct to hold initialization parameters for a WS281x RGB LED. More...
Struct to hold initialization parameters for a WS281x RGB LED.
#include <ws281x.h>
Data Fields | |
| uint8_t * | buf | 
| A statically allocated data buffer storing the state of the LEDs.  More... | |
| uint16_t | numof | 
| Number of chained RGB LEDs.  | |
| gpio_t | pin | 
| GPIO connected to the data pin of the first LED.  | |
| uint8_t* ws281x_params_t::buf |