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

◆ zero()

uint8_t fl::third_party::ezWS2812::zero ( ) const
inlineprivate

Convert color bit to SPI signal for '0' bit.

Returns
SPI byte pattern for logical '0'

Definition at line 76 of file ezWS2812.h.

76 {
77 return 0xC0; // 11000000 - ~0.31us high at 6.4MHz
78 }

Referenced by color_to_spi().

+ Here is the caller graph for this function: