|
ESPHome 2025.12.0-dev
|
Data Structures | |
| class | RP2040PIOLEDStripLightOutput |
Typedefs | |
| using | init_fn = void (*)(PIO pio, uint sm, uint offset, uint pin, float freq) |
Enumerations | |
| enum | RGBOrder : uint8_t { ORDER_RGB , ORDER_RBG , ORDER_GRB , ORDER_GBR , ORDER_BGR , ORDER_BRG } |
| enum | Chipset : uint8_t { CHIPSET_WS2812 , CHIPSET_WS2812B , CHIPSET_SK6812 , CHIPSET_SM16703 , CHIPSET_APA102 , CHIPSET_CUSTOM = 0xFF } |
Functions | |
| const char * | rgb_order_to_string (RGBOrder order) |
| using esphome::rp2040_pio_led_strip::init_fn = void (*)(PIO pio, uint sm, uint offset, uint pin, float freq) |
Definition at line 59 of file led_strip.h.
| enum esphome::rp2040_pio_led_strip::Chipset : uint8_t |
| Enumerator | |
|---|---|
| CHIPSET_WS2812 | |
| CHIPSET_WS2812B | |
| CHIPSET_SK6812 | |
| CHIPSET_SM16703 | |
| CHIPSET_APA102 | |
| CHIPSET_CUSTOM | |
Definition at line 31 of file led_strip.h.
| enum esphome::rp2040_pio_led_strip::RGBOrder : uint8_t |
| Enumerator | |
|---|---|
| ORDER_RGB | |
| ORDER_RBG | |
| ORDER_GRB | |
| ORDER_GBR | |
| ORDER_BGR | |
| ORDER_BRG | |
Definition at line 22 of file led_strip.h.
|
inline |
Definition at line 40 of file led_strip.h.