FastLED 3.9.15
|
#define FASTLED_NOISE_FIXED 1 |
Use this to toggle whether to use "fixed" FastLED 8-bit and 16-bit noise functions.
The prior noise functions had some math errors that led to "discontinuities" in the output, which by definition should be smooth and continuous. The bug led to noise function output that had "edges" and glitches in it. This is now fixed, and the fix is enabled by default. However, if for some reason you wish to run with the old noise code, including the glitches, you can disable the bugfix here.
Definition at line 59 of file fastled_config.h.