led_strip_t is only used within NimBLE_Security sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
esp_err_t (*)(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green, uint32_t blue)
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.
esp_err_t (*)(led_strip_t *strip)
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.
esp_err_t (*)(led_strip_t *strip)
Clear LED strip (turn off all LEDs).
esp_err_t (*)(led_strip_t *strip)
Free LED strip resources.

References

from examples