FastLED 3.9.15
|
Go to the source code of this file.
Macros | |
#define | BRIGHTNESS 255 |
#define | HEIGHT 100 |
#define | SERPENTINE true |
#define | WIDTH 100 |
Functions | |
DEFINE_GRADIENT_PALETTE (electricBlueFirePal) | |
DEFINE_GRADIENT_PALETTE (electricGreenFirePal) | |
DEFINE_GRADIENT_PALETTE (firepal) | |
CRGBPalette16 | getPalette () |
uint8_t | getPaletteIndex (uint32_t millis32, int i, int j, uint32_t y_speed) |
void | loop () |
void | setup () |
Variables | |
UISlider | brightness ("Brightness", 255, 0, 255, 1) |
UISlider | invSpeedZ ("Inverse SpeedZ", 20, 1, 100, 1) |
CRGB | leds [HEIGHT *WIDTH] |
UINumberField | palette ("Palette", 0, 0, 2) |
UISlider | scaleXY ("Scale", 20, 1, 100, 1) |
UISlider | speedY ("SpeedY", 1, 1, 6,.1) |
TimeScale | timeScale (0, 1.0f) |
XYMap | xyMap (HEIGHT, WIDTH, SERPENTINE) |