FastLED 3.9.13
|
Example showing how to use the HD107 and HD which has built in gamma correction.
This simply the HD107HD examles but with this chipsets.
Definition in file HD107.ino.
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 20 |
#define | STRIP_0_DATA_PIN 1 |
#define | STRIP_0_CLOCK_PIN 2 |
#define | STRIP_1_DATA_PIN 3 |
#define | STRIP_1_CLOCK_PIN 4 |
Functions | |
CRGB | software_gamma (const CRGB &in) |
void | setup () |
uint8_t | wrap_8bit (int i) |
void | loop () |
Variables | |
CRGB | leds_hd [NUM_LEDS] = {0} |
CRGB | leds [NUM_LEDS] = {0} |