Access a single element in this set, just like an array operator.
Definition at line 107 of file pixelset.h.
107{
if(
dir & 0x80) {
return leds[-
x]; }
else {
return leds[
x]; } }
PIXEL_TYPE *const leds
pointer to the LED data
const int8_t dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
Represents a set of LED objects.