FastLED 3.9.15
Loading...
Searching...
No Matches
NoisePlusPalette.ino

OVERVIEW: This sketch demonstrates combining Perlin noise with color palettes to create dynamic, flowing color patterns on an LED matrix.

OVERVIEW: This sketch demonstrates combining Perlin noise with color palettes to create dynamic, flowing color patterns on an LED matrix. The noise function creates natural-looking patterns that change over time, while the color palettes determine which colors are used to visualize the noise values.

// @filter: (memory is large)
#include <FastLED.h> // Main FastLED library for controlling LEDs