Searched defs:strip (Results 1 – 3 of 3) sorted by relevance
96 static esp_err_t ws2812_set_pixel(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green,… in ws2812_set_pixel()111 static esp_err_t ws2812_refresh(led_strip_t *strip, uint32_t timeout_ms) in ws2812_refresh()122 static esp_err_t ws2812_clear(led_strip_t *strip, uint32_t timeout_ms) in ws2812_clear()130 static esp_err_t ws2812_del(led_strip_t *strip) in ws2812_del()
91 led_strip_t *strip = led_strip_new_rmt_ws2812(&strip_config); in app_main() local
58 static void strip(char *str) in strip() function