FastLED 3.9.15
Loading...
Searching...
No Matches
fastled_config.h File Reference

Detailed Description

Contains definitions that can be used to configure FastLED at compile time.

Definition in file fastled_config.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FASTLED_ALLOW_INTERRUPTS
 Use this to force FastLED to allow interrupts in the clockless chipsets (or to force it to disallow), overriding the default on platforms that support this.
 
#define FASTLED_BLEND_FIXED   1
 Use this to toggle whether to use "fixed" FastLED pixel blending, including ColorFromPalette.
 
#define FASTLED_FORCE_SOFTWARE_PINS
 Use this option only for debugging pin access and forcing software pin access.
 
#define FASTLED_FORCE_SOFTWARE_SPI
 Use this option only for debugging bitbang'd SPI access or to work around bugs in hardware SPI access.
 
#define FASTLED_INTERRUPT_RETRY_COUNT   2
 Use this to determine how many times FastLED will attempt to re-transmit a frame if interrupted for too long by interrupts.
 
#define FASTLED_INTERRUPT_RETRY_COUNT   2
 Use this to determine how many times FastLED will attempt to re-transmit a frame if interrupted for too long by interrupts.
 
#define FASTLED_NOISE_ALLOW_AVERAGE_TO_OVERFLOW   0
 Use this to allow some integer overflows/underflows in the inoise() functions.
 
#define FASTLED_NOISE_FIXED   1
 Use this to toggle whether to use "fixed" FastLED 8-bit and 16-bit noise functions.
 
#define FASTLED_SCALE8_FIXED   1
 Use this to toggle whether or not to use the "fixed" FastLED scale8().
 
#define FASTLED_USE_GLOBAL_BRIGHTNESS   0
 Use this toggle to enable global brightness in contollers that support is (e.g.