#include <FastLED.h>
#define LED_PIN 3
#define COLOR_ORDER GRB
#define CHIPSET WS2811
#define BRIGHTNESS 64
uint16_t
XY( uint8_t
x, uint8_t
y)
{
uint16_t i;
} else {
}
}
} else {
}
} else {
} else {
}
}
}
return i;
}
#define NUM_LEDS (kMatrixWidth * kMatrixHeight)
{
}
void DrawOneFrame( uint8_t startHue8, int8_t yHueDelta8, int8_t xHueDelta8)
{
lineStartHue += yHueDelta8;
pixelHue += xHueDelta8;
}
}
}
}
{
DrawOneFrame( ms / 65536, yHueDelta32 / 32768, xHueDelta32 / 32768);
if( ms < 5000 ) {
} else {
}
}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
#define kMatrixSerpentineLayout
const bool kMatrixVertical
void DrawOneFrame(uint8_t startHue8, int8_t yHueDelta8, int8_t xHueDelta8)
uint16_t XYsafe(uint8_t x, uint8_t y)
CRGB leds_plus_safety_pixel[NUM_LEDS+1]
FL_OPTIMIZATION_LEVEL_O3_BEGIN fl::u16 XY(fl::u8 x, fl::u8 y) FL_LINK_WEAK
@ TypicalSMD5050
Typical values for SMD5050 LEDs.
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.