FastLED 3.9.15
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 123]
 Async Logging (ISR-Safe)ISR-safe logging using ring buffers for deferred output
 Color Blurring FunctionsFunctions for blurring colors
 Color Correction/TemperatureDefinitions for color correction and light temperatures
 Color Fade Functions
 Color Blending Functions
 Color Fill FunctionsFunctions for filling LED arrays with colors and gradients
 Color Palettes
 Gamma Adjustment Functions
 Predefined Color PalettesStock color palettes, only included when used
 Color Utility FunctionsA variety of functions for working with color, palettes, and leds
 Color Fill FunctionsFunctions for filling LED arrays with colors and gradients
 Fast Math FunctionsFast, efficient 8-bit math functions specifically designed for high-performance LED programming
 Easing FunctionsSpecify the rate of change of a parameter over time
 Fast Random Number GeneratorsFast 8-bit and 16-bit unsigned random number generators
 Fixed-Point Fractional Types.Types for storing fractional data
 Float-to-Fixed and Fixed-to-Float ConversionsFunctions to convert between floating point and fixed point types
 Integer Mapping FunctionsMaps a scalar from one integer size to another
 Linear InterpolationFast linear interpolation functions, such as could be used for Perlin noise, etc
 Waveform GeneratorsGeneral purpose wave generator functions
 Fast Memory Functions for AVRAlternatives to memmove, memcpy, and memset that are faster on AVR than standard avr-libc 1.8
 HSV to RGB Conversion FunctionsFunctions to convert from the HSV colorspace to the RGB colorspace
 Hardware Interface Logging
 Input
 LED Chipset ControllersImplementations of CLEDController classes for various led chipsets
 Clocked ChipsetsNominally SPI based, these chipsets have a data and a clock line
 Silicon Labs ezWS2812 ControllersNote: SPI chipset controllers have been moved to separate headers in src/fl/chipsets/
 ClocklessChipsets
 Noise Fill FunctionsFunctions to fill a buffer with noise data
 Noise FunctionsFunctions to generate and fill arrays with noise
 Noise Generation FunctionsFunctions to generate noise
 Output
 Palette Classes
 Palette Color Functions
 Palette Upscaling Functions
 Pixel Data SetsClasses for managing logical groups of LEDs
 Pixel Data Types (CRGB/CHSV)
 Power Management FunctionsFunctions to limit the amount of power used by FastLED
 LED Power Consumption ModelsConfigurable power consumption models for different LED types
 Shape Noise FunctionsConvenience functions for generating noise on geometric shapes
 Cylinder Noise FunctionsConvenience functions for generating noise on cylindrical surfaces
 Ring Noise FunctionsConvenience functions for generating noise on circular rings
 Sphere Noise FunctionsConvenience functions for generating noise on spheres
 Thru
 Timekeeping FunctionsTools for tracking and working with time
 Waveform Beat Generators