FastLED 3.9.15
|
void CFastLED::setDither | ( | fl::u8 | ditherMode = BINARY_DITHER | ) |
Set the dithering mode.
Sets the dithering mode for all added led strips, overriding whatever previous dithering option those controllers may have had.
ditherMode | what type of dithering to use, either BINARY_DITHER or DISABLE_DITHER |
References BINARY_DITHER.