FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FASTLED_NOISE_ALLOW_AVERAGE_TO_OVERFLOW

#define FASTLED_NOISE_ALLOW_AVERAGE_TO_OVERFLOW   0

Use this to allow some integer overflows/underflows in the inoise() functions.

The original implementions allowed this, and had some discontinuties in the noise output. It's technically an implementation bug, and was fixed, but you may wish to preserve the old look and feel of the inoise() functions in your existing animations.
The default is 0: NO overflow, and 'continuous' noise output, aka the fixed way.

Definition at line 84 of file fastled_config.h.