FastLED 3.9.15
|
Gentle, blue-green ocean wave animation.
Definition in file Pacifica.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | COLOR_ORDER GRB |
#define | DATA_PIN 3 |
#define | FASTLED_ALLOW_INTERRUPTS 0 |
#define | LED_TYPE WS2812B |
#define | MAX_POWER_MILLIAMPS 500 |
#define | NUM_LEDS 60 |
Functions | |
void | loop () |
void | pacifica_add_whitecaps () |
void | pacifica_deepen_colors () |
void | pacifica_loop () |
void | pacifica_one_layer (CRGBPalette16 &p, uint16_t cistart, uint16_t wavescale, uint8_t bri, uint16_t ioff) |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |
CRGBPalette16 | pacifica_palette_1 |
CRGBPalette16 | pacifica_palette_2 |
CRGBPalette16 | pacifica_palette_3 |