FastLED 3.7.8
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  examples
  _bugs
  AnalogOutput
  Apa102HD
  Apa102HDOverride
  Blink
  ColorPalette
  ColorTemperature
  Cylon
  DemoReel100
  Esp32Rmt51
  EspI2SDemo
  Fire2012
  Fire2012WithPalette
  FirstLight
  Multiple
  Noise
  NoisePlayground
  NoisePlusPalette
  OctoWS2811
  Pacifica
  Pintest
  Ports
  Pride2015
  RGBCalibrate
  RGBSetDemo
  RGBW
  RGBWEmulated
  SmartMatrix
  TwinkleFox
  XYMatrix
  src
  lib8tion
 bitswap.cppFunctions for doing a rotation of bits/bytes used by parallel output
 bitswap.hFunctions for doing a rotation of bits/bytes used by parallel output
 chipsets.hContains the bulk of the definitions for the various LED chipsets supported
 chsv.h
 color.hContains definitions for color correction and temperature
 colorpalettes.cppDefinitions for the predefined color palettes supplied by FastLED
 colorpalettes.hDeclarations for the predefined color palettes supplied by FastLED
 colorutils.cppUtility functions for color fill, palettes, blending, and more
 colorutils.hUtility functions for color fill, palettes, blending, and more
 controller.hBase definitions used by led controllers for writing out led data
 cpp_compat.hCompatibility functions based on C++ version
 crgb.h
 crgb.hpp
 dither_mode.h
 dmx.hDefines the DMX512-based LED controllers
 eorder.h
 FastLED.cppCentral source file for FastLED, implements the CFastLED class/object
 FastLED.hCentral include file for FastLED, defines the CFastLED class/object
 fastled_config.hContains definitions that can be used to configure FastLED at compile time
 fastled_delay.hUtility functions and classes for managing delay cycles
 fastled_progmem.hWrapper definitions to allow seamless use of PROGMEM in environments that have it
 fastpin.hClass base definitions for defining fast pin access
 fastspi.hSerial peripheral interface (SPI) definitions per platform
 fastspi_bitbang.hSoftware SPI (aka bit-banging) support
 fastspi_dma.hDirect memory access (DMA) functions for SPI interfaces
 fastspi_nop.hExample of a NOP/stub class to show the SPI methods required by a chipset implementation
 fastspi_ref.hExample of a hardware SPI support class
 fastspi_types.hData types and constants used by SPI interfaces
 five_bit_hd_gamma.cpp
 five_bit_hd_gamma.h
 force_inline.h
 hsv2rgb.cppFunctions to convert from the HSV colorspace to the RGB colorspace
 hsv2rgb.hFunctions to convert from the HSV colorspace to the RGB colorspace
 led_sysdefs.hDetermines which platform system definitions to include
 lib8tion.cppFast, efficient 8-bit math functions specifically designed for high-performance LED programming
 lib8tion.hFast, efficient 8-bit math functions specifically designed for high-performance LED programming
 namespace.h
 noise.cppFunctions to generate and fill arrays with noise
 noise.hFunctions to generate and fill arrays with noise
 pixel_controller.h
 pixel_iterator.h
 pixelset.hDeclares classes for managing logical groups of LEDs
 pixeltypes.h
 platforms.cppPlatform-specific functions and variables
 platforms.hDetermines which platforms headers to include
 power_mgt.cppFunctions to limit the power used by FastLED
 power_mgt.hFunctions to limit the power used by FastLED
 register.h
 rgbw.cpp
 rgbw.h
 simplex.cpp
 stub_main.cpp
 transpose8x1_noinline.cpp
 transpose8x1_noinline.h
 types.h
 wiring.cppRe-implementation of Arduino core functions