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
}
delay(500);
delay(500);
}
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)