#define LED_PIN 3
#define NUM_LEDS 60
#define CHIPSET WS2811
#define COLOR_ORDER GRB
#define BRIGHTNESS 128
#define TEMPERATURE_1 Tungsten100W
#define TEMPERATURE_2 OvercastSky
#define DISPLAYTIME 20
#define BLACKTIME 3
{
static uint8_t starthue = 0;
} else {
}
}
}
delay( 3000 );
}
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
@ TypicalSMD5050
Typical values for SMD5050 LEDs.
void fill_rainbow(struct CRGB *targetArray, int numToFill, uint8_t initialhue, uint8_t deltahue)
Fill a range of LEDs with a rainbow of colors.
void * memset8(void *ptr, uint8_t value, uint16_t num)
Faster alternative to memset() on AVR.
Representation of an RGB pixel (Red, Green, Blue)