ESPHome
2024.10.2
|
Data Structures | |
class | BekenSPILEDStripLightOutput |
Enumerations | |
enum | RGBOrder : uint8_t { ORDER_RGB, ORDER_RBG, ORDER_GRB, ORDER_GBR, ORDER_BGR, ORDER_BRG } |
Functions | |
void | spi_dma_tx_enable (bool enable) |
void | spi_dma_tx_finish_callback (unsigned int param) |
enum esphome::beken_spi_led_strip::RGBOrder : uint8_t |
Enumerator | |
---|---|
ORDER_RGB | |
ORDER_RBG | |
ORDER_GRB | |
ORDER_GBR | |
ORDER_BGR | |
ORDER_BRG |
Definition at line 14 of file led_strip.h.
void esphome::beken_spi_led_strip::spi_dma_tx_enable | ( | bool | enable | ) |
Definition at line 67 of file led_strip.cpp.
void esphome::beken_spi_led_strip::spi_dma_tx_finish_callback | ( | unsigned int | param | ) |
Definition at line 115 of file led_strip.cpp.