Implements fl::WaveCrgbMap.
Definition at line 49 of file wave.h.
49 {
50 const uint32_t width =
waveSim.getWidth();
51 const uint32_t height =
waveSim.getHeight();
52 for (uint32_t
y = 0;
y < height;
y++) {
53 for (uint32_t
x = 0;
x < width;
x++) {
57 }
58 }
59 }
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
WaveSimulation1D waveSim(NUM_LEDS, SuperSample::SUPER_SAMPLE_2X)
CRGB ColorFromPalette(const CRGBPalette16 &pal, uint8_t index, uint8_t brightness, TBlendType blendType)
Get a color from a palette.
References ColorFromPalette(), leds, mPalette, waveSim, x, xymap, and y.