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

◆ 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 114 of file FastLED.h.

114 {
115 LPD6803,
116 LPD8806,
117 WS2801,
118 WS2803,
119 SM16716,
120 P9813,
121 APA102,
122 SK9822,
123 SK9822HD,
124 DOTSTAR,
125 DOTSTARHD,
126 APA102HD,
127 HD107,
128 HD107HD,
129
130};
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
Definition FastLED.h:126
@ P9813
P9813 LED chipset.
Definition FastLED.h:120
@ SK9822HD
SK9822 LED chipset with 5-bit gamma correction.
Definition FastLED.h:123
@ SK9822
SK9822 LED chipset.
Definition FastLED.h:122
@ WS2803
WS2803 LED chipset.
Definition FastLED.h:118
@ HD107
Definition FastLED.h:127
@ WS2801
WS2801 LED chipset.
Definition FastLED.h:117
@ DOTSTAR
APA102 LED chipset alias.
Definition FastLED.h:124
@ APA102
APA102 LED chipset.
Definition FastLED.h:121
@ LPD8806
LPD8806 LED chipset.
Definition FastLED.h:116
@ HD107HD
Same as APA102, but in turbo 40-mhz mode.
Definition FastLED.h:128
@ LPD6803
LPD6803 LED chipset.
Definition FastLED.h:115
@ DOTSTARHD
APA102HD LED chipset alias.
Definition FastLED.h:125
@ SM16716
SM16716 LED chipset.
Definition FastLED.h:119