FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ws2803()

static SpiEncoder fl::SpiEncoder::ws2803 ( u32 clock_hz = 25000000)
inlinestatic

Create WS2803 encoder configuration.

Parameters
clock_hzClock frequency (default 25MHz)

Definition at line 114 of file spi.h.

114 {
115 SpiEncoder config = {SpiChipset::WS2803, clock_hz};
116 return config;
117 }
@ WS2803
WS2803 LED chipset.
u32 clock_hz
SPI clock frequency in Hz (e.g., 6000000 for 6MHz)
Definition spi.h:40

References clock_hz, FL_NOEXCEPT, and fl::WS2803.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: