FastLED 3.9.15
|
Demonstrates how to use ColorTemperature based color correction.
Definition in file ColorTemperature.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | BLACKTIME 3 |
#define | BRIGHTNESS 128 |
#define | CHIPSET WS2811 |
#define | COLOR_ORDER GRB |
#define | DISPLAYTIME 20 |
#define | LED_PIN 3 |
#define | NUM_LEDS 60 |
#define | TEMPERATURE_1 Tungsten100W |
#define | TEMPERATURE_2 OvercastSky |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |