Skip to content

Commit

Permalink
incorporating relevant changes from led_strip v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi9699 authored Oct 27, 2024
1 parent c90025b commit 4c81f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/esp_bsp_generic/src/esp_bsp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ static led_indicator_gpio_config_t bsp_leds_gpio_config[] = {
static const led_strip_config_t bsp_leds_rgb_strip_config = {
.strip_gpio_num = CONFIG_BSP_LED_RGB_GPIO, // The GPIO that connected to the LED strip's data line
.max_leds = BSP_LED_NUM, // The number of LEDs in the strip,
.led_pixel_format = LED_PIXEL_FORMAT_GRB, // Pixel format of your LED strip
.led_model = LED_MODEL_WS2812, // LED strip model
.color_component_format = LED_STRIP_COLOR_COMPONENT_FMT_GRB, // LED color component format
.flags.invert_out = false, // whether to invert the output signal
};

Expand Down

0 comments on commit 4c81f5f

Please sign in to comment.