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

◆ lpd6803()

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

Create LPD6803 encoder configuration.

Parameters
clock_hzClock frequency (default 12MHz)

Definition at line 135 of file spi.h.

135 {
136 SpiEncoder config = {SpiChipset::LPD6803, clock_hz};
137 return config;
138 }
@ LPD6803
LPD6803 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::LPD6803.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: