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

◆ one()

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

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

Returns
SPI byte pattern for logical '1'

Definition at line 70 of file ezWS2812.h.

70 {
71 return 0xF8; // 11111000 - ~0.78us high at 6.4MHz
72 }

Referenced by color_to_spi().

+ Here is the caller graph for this function: