Note that the WS2816 has a 4 bit gamma correction built in.
Note that the WS2816 has a 4 bit gamma correction built in. As of 3.9.12, no gamma correction in FastLED is applied. However, in the future this could change to improve the color accuracy.
#define NUM_LEDS 1
#define DATA_PIN 3
void setup() {
}
void loop() {
delay(500);
delay(500);
}
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
void show(uint8_t scale)
Update all our controllers with the current led colors, using the passed in brightness.
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
Representation of an RGB pixel (Red, Green, Blue)