|
FastLED 3.9.15
|
| #define FASTLED_SCALE_UP_DECIDE_AT_RUNTIME 2 |
Runtime selection based on grid size (adaptive) Uses more executable memory as both POWER_OF_2 and HIGH_PRECISION implementations are compiled in.
Automatically selects the faster power-of-2 algorithm when applicable, otherwise falls back to high-precision mode.
Definition at line 43 of file scale_up.h.