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

◆ ClocklessEncoder

enum class fl::ClocklessEncoder : u8
strong

Identifies which encoder to use for clockless chipsets in the Channel API.

Enumerator
CLOCKLESS_ENCODER_WS2812 

Default, no preamble (WS2812 and compatible)

CLOCKLESS_ENCODER_UCS7604_8BIT 

UCS7604 8-bit 800KHz.

CLOCKLESS_ENCODER_UCS7604_16BIT 

UCS7604 16-bit 800KHz.

CLOCKLESS_ENCODER_UCS7604_16BIT_1600 

UCS7604 16-bit 1600KHz.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 21 of file clockless_encoder.h.

21 : u8 {
26};
unsigned char u8
Definition stdint.h:131
@ CLOCKLESS_ENCODER_UCS7604_8BIT
UCS7604 8-bit 800KHz.
@ CLOCKLESS_ENCODER_UCS7604_16BIT
UCS7604 16-bit 800KHz.
@ CLOCKLESS_ENCODER_UCS7604_16BIT_1600
UCS7604 16-bit 1600KHz.
@ CLOCKLESS_ENCODER_WS2812
Default, no preamble (WS2812 and compatible)