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

◆ lpd8806()

static SpiEncoder fl::SpiEncoder::lpd8806 ( u32 clock_hz = 12000000)
inlinestatic

Create LPD8806 encoder configuration.

Parameters
clock_hzClock frequency (default 12MHz)

Definition at line 128 of file spi.h.

128 {
129 SpiEncoder config = {SpiChipset::LPD8806, clock_hz};
130 return config;
131 }
@ LPD8806
LPD8806 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::LPD8806.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: