FastLED 3.9.15
Loading...
Searching...
No Matches
1d Directory Reference
+ Directory dependency graph for 1d:

Files

 cylon.h
 
 demoreel100.h
 
 fire2012.h
 
 noisewave.h
 
 pacifica.h
 
 pride2015.h
 
 twinklefox.h
 

Detailed Description

This folder contains one-dimensional (strip) visual effects. All effects derive from fl::Fx1d and render into a linear CRGB* leds buffer using a common DrawContext.

If you’re new to FastLED and C++: think of an effect as a small object you construct once and then call draw(...) every frame with the current time and your LED buffer.

What’s here

Common usage

Notes and tips

Key types referenced

Explore the headers to see per-effect parameters and internal logic; everything here is self-contained and ready to drop into your render loop.

Examples