ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
led_strip_config_t Struct Reference

LED Strip Configuration. More...

#include <led_strip_types.h>

Data Fields

int strip_gpio_num
uint32_t max_leds
led_pixel_format_t led_pixel_format
led_model_t led_model
struct { 
   uint32_t   invert_out: 1 
flags

Detailed Description

LED Strip Configuration.

Definition at line 41 of file led_strip_types.h.

Field Documentation

◆ [struct]

struct { ... } led_strip_config_t::flags

Extra driver flags

Referenced by led_strip_new_rmt_device(), and led_strip_new_spi_device().

◆ invert_out

uint32_t led_strip_config_t::invert_out

Invert output signal

Definition at line 48 of file led_strip_types.h.

Referenced by led_strip_new_rmt_device(), and led_strip_new_spi_device().

◆ led_model

led_model_t led_strip_config_t::led_model

LED model

Definition at line 45 of file led_strip_types.h.

Referenced by led_strip_new_rmt_device(), and led_strip_new_rmt_device().

◆ led_pixel_format

led_pixel_format_t led_strip_config_t::led_pixel_format

LED pixel format

Definition at line 44 of file led_strip_types.h.

Referenced by led_strip_new_rmt_device(), led_strip_new_rmt_device(), and led_strip_new_spi_device().

◆ max_leds

uint32_t led_strip_config_t::max_leds

Maximum LEDs in a single strip

Definition at line 43 of file led_strip_types.h.

Referenced by led_strip_new_rmt_device(), led_strip_new_rmt_device(), and led_strip_new_spi_device().

◆ strip_gpio_num

int led_strip_config_t::strip_gpio_num

GPIO number that used by LED strip

Definition at line 42 of file led_strip_types.h.

Referenced by led_strip_new_rmt_device(), led_strip_new_rmt_device(), and led_strip_new_spi_device().


The documentation for this struct was generated from the following file: