led_strip_t struct
LED strip interface definition
Fields
Set RGB for a specific pixel.
esp_err_t (*)(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green, uint32_t blue, uint32_t white) Set RGBW for a specific pixel. Similar to `set_pixel` but also set the white component.
Refresh memory colors to LEDs @note: After updating the LED colors in the memory, a following invocation of this API is needed to flush colors to strip.
Clear LED strip (turn off all LEDs).
Free LED strip resources.