ESPHome  2024.8.3
Data Structures | Enumerations | Functions
esphome::beken_spi_led_strip Namespace Reference

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)
 

Enumeration Type Documentation

◆ RGBOrder

Enumerator
ORDER_RGB 
ORDER_RBG 
ORDER_GRB 
ORDER_GBR 
ORDER_BGR 
ORDER_BRG 

Definition at line 14 of file led_strip.h.

Function Documentation

◆ spi_dma_tx_enable()

void esphome::beken_spi_led_strip::spi_dma_tx_enable ( bool  enable)

Definition at line 67 of file led_strip.cpp.

◆ spi_dma_tx_finish_callback()

void esphome::beken_spi_led_strip::spi_dma_tx_finish_callback ( unsigned int  param)

Definition at line 115 of file led_strip.cpp.