Home
last modified time | relevance | path

Searched refs:set_pixel (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/examples/get-started/blink/main/
Dblink_example_main.c34 pStrip_a->set_pixel(pStrip_a, 0, 16, 16, 16); in blink_led()
/hal_espressif-3.4.0/examples/common_components/led_strip/include/
Dled_strip.h53 …esp_err_t (*set_pixel)(led_strip_t *strip, uint32_t index, uint32_t red, uint32_t green, uint32_t … member
/hal_espressif-3.4.0/examples/peripherals/rmt/led_strip/main/
Dled_strip_main.c106 ESP_ERROR_CHECK(strip->set_pixel(strip, j, red, green, blue)); in app_main()
/hal_espressif-3.4.0/examples/common_components/led_strip/
Dled_strip_rmt_ws2812.c165 ws2812->parent.set_pixel = ws2812_set_pixel; in led_strip_new_rmt_ws2812()
/hal_espressif-3.4.0/examples/get-started/blink/
DREADME.md53 …ssable LED, you can also change the LED color by setting the `pStrip_a->set_pixel(pStrip_a, 0, 16,…