Read a byte of LED data for parallel output.
- Template Parameters
-
SLOT | The data slot in the output stream. This is used to select which byte of the output stream is being processed. |
- Parameters
-
pc | reference to the pixel controller |
lane | the parallel output lane to read the byte for |
Definition at line 341 of file pixel_controller.h.
#define RO(X)
Gets the assigned color channel for a byte's position in the output, using the color order (EOrder) t...
const uint8_t * mData
pointer to the underlying LED data
int mOffsets[LANES]
the number of bytes to offset each lane from the starting pointer
References PixelController(), FASTLED_FORCE_INLINE, mData, mOffsets, and RO.