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

◆ sk9822HD()

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

Create SK9822HD encoder configuration.

Parameters
clock_hzClock frequency (default 12MHz)

Definition at line 65 of file spi.h.

65 {
66 SpiEncoder config = {SpiChipset::SK9822HD, clock_hz};
67 return config;
68 }
@ SK9822HD
SK9822 LED chipset with 5-bit gamma correction.
u32 clock_hz
SPI clock frequency in Hz (e.g., 6000000 for 6MHz)
Definition spi.h:40

References clock_hz, FL_NOEXCEPT, and fl::SK9822HD.

Referenced by spiEncoderForChipset().

+ Here is the caller graph for this function: