FastLED 3.9.15
|
esp_err_t led_strip_set_pixel | ( | led_strip_handle_t | strip, |
uint32_t | index, | ||
uint32_t | red, | ||
uint32_t | green, | ||
uint32_t | blue ) |
Set RGB for a specific pixel.
strip | LED strip |
index | index of pixel to set |
red | red part of color |
green | green part of color |
blue | blue part of color |