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

◆ LED_STRIP_COLOR_COMPONENT_FMT_GRB

#define LED_STRIP_COLOR_COMPONENT_FMT_GRB   (led_color_component_format_t){.format = {.r_pos = 1, .g_pos = 0, .b_pos = 2, .w_pos = 3, .reserved = 0, .num_components = 3}}

Helper macros to set the color component format.

Definition at line 60 of file led_strip_types.h.