FastLED 3.9.15
Loading...
Searching...
No Matches

◆ led_strip_refresh()

esp_err_t led_strip_refresh ( led_strip_handle_t strip)

Refresh memory colors to LEDs.

Parameters
stripLED strip
Returns
  • ESP_OK: Refresh successfully
  • ESP_FAIL: Refresh failed because some other error occurred
Note
: After updating the LED colors in the memory, a following invocation of this API is needed to flush colors to strip.