FastLED 3.9.15
|
|
inline |
Constructor.
d | pointer to LED data |
len | length of the LED data |
color_adjustment | LED scale values |
dither | dither setting for the LEDs |
advance | whether the pointer (d) should advance per LED |
skip | if the pointer is advancing, how many bytes to skip in addition to 3 |
Definition at line 142 of file pixel_controller.h.
References d, dither(), EDitherMode, enable_dithering(), initOffsets(), mAdvance, mColorAdjustment, mData, mLen, and mLenRemaining.