Definition at line 140 of file pixel_controller.h.
140 {
154 }
#define FL_STATIC_ASSERT(...)
int mLenRemaining
counter for the number of LEDs left to process
fl::u8 e[3]
[DITHER] Max dither range per R,G,B channel (inversely proportional to brightness)
fl::u8 d[3]
[DITHER] Current dither offset per R,G,B channel (toggles via stepDithering)
int mOffsets[LANES]
the number of bytes to offset each lane from the starting pointer
ColorAdjustment mColorAdjustment
const fl::u8 * mData
pointer to the underlying LED data
int mLen
number of LEDs in the data for one lane
fl::i8 mAdvance
how many bytes to advance the pointer by each time. For CRGB this is 3.
References d, e, FL_STATIC_ASSERT, kLanes, kMask, mAdvance, mColorAdjustment, mData, mLen, mLenRemaining, and mOffsets.
Referenced by PixelController(), and PixelController().