FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ ESPIChipsets

LED chipsets with SPI interface.

Enumerator
LPD6803 

LPD6803 LED chipset.

LPD8806 

LPD8806 LED chipset.

WS2801 

WS2801 LED chipset.

WS2803 

WS2803 LED chipset.

SM16716 

SM16716 LED chipset.

P9813 

P9813 LED chipset.

APA102 

APA102 LED chipset.

SK9822 

SK9822 LED chipset.

SK9822HD 

SK9822 LED chipset with 5-bit gamma correction.

DOTSTAR 

APA102 LED chipset alias.

DOTSTARHD 

APA102HD LED chipset alias.

APA102HD 

APA102 LED chipset with 5-bit gamma correction.

HD107 
HD107HD 

Same as APA102, but in turbo 40-mhz mode.

Definition at line 94 of file FastLED.h.

94 {
95 LPD6803,
96 LPD8806,
97 WS2801,
98 WS2803,
99 SM16716,
100 P9813,
101 APA102,
102 SK9822,
103 SK9822HD,
104 DOTSTAR,
105 DOTSTARHD,
106 APA102HD,
107 HD107,
108 HD107HD,
109
110};
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
Definition FastLED.h:106
@ P9813
P9813 LED chipset.
Definition FastLED.h:100
@ SK9822HD
SK9822 LED chipset with 5-bit gamma correction.
Definition FastLED.h:103
@ SK9822
SK9822 LED chipset.
Definition FastLED.h:102
@ WS2803
WS2803 LED chipset.
Definition FastLED.h:98
@ HD107
Definition FastLED.h:107
@ WS2801
WS2801 LED chipset.
Definition FastLED.h:97
@ DOTSTAR
APA102 LED chipset alias.
Definition FastLED.h:104
@ APA102
APA102 LED chipset.
Definition FastLED.h:101
@ LPD8806
LPD8806 LED chipset.
Definition FastLED.h:96
@ HD107HD
Same as APA102, but in turbo 40-mhz mode.
Definition FastLED.h:108
@ LPD6803
LPD6803 LED chipset.
Definition FastLED.h:95
@ DOTSTARHD
APA102HD LED chipset alias.
Definition FastLED.h:105
@ SM16716
SM16716 LED chipset.
Definition FastLED.h:99