FastLED 3.9.15
|
#define FASTLED_SCALE8_FIXED 1 |
Use this to toggle whether or not to use the "fixed" FastLED scale8().
The initial scale8() had a problem where scale8(255,255) would give you 254. This is now fixed, and that fix is enabled by default. However, if for some reason you have code that is not working right as a result of this (e.g. code that was expecting the old scale8() behavior) you can disable it here.
Definition at line 39 of file fastled_config.h.