Definition at line 109 of file pixel_controller.h.
109 {
123 }
int8_t mAdvance
how many bytes to advance the pointer by each time. For CRGB this is 3.
int mLenRemaining
counter for the number of LEDs left to process
const uint8_t * mData
pointer to the underlying LED data
uint8_t d[3]
values for the scaled dither signal
int mOffsets[LANES]
the number of bytes to offset each lane from the starting pointer
ColorAdjustment mColorAdjustment
int mLen
number of LEDs in the data for one lane
uint8_t e[3]
values for the unscaled dither signal
References d, e, kLanes, kMask, mAdvance, mColorAdjustment, mData, mLen, mLenRemaining, and mOffsets.
Referenced by PixelController(), and PixelController().