FastLED 3.9.3
|
Classes for managing logical groups of LEDs
Classes | |
class | CPixelView< PIXEL_TYPE > |
Represents a set of LED objects. More... | |
class | CRGBArray< SIZE > |
A version of CPixelView<CRGB> with an included array of CRGB LEDs. More... | |
Functions | |
FASTLED_FORCE_INLINE CRGB * | operator+ (const CRGBSet &pixels, int offset) |
Retrieve a pointer to a CRGB array, using a CRGBSet and an LED offset. | |
Retrieve a pointer to a CRGB array, using a CRGBSet and an LED offset.
Definition at line 438 of file pixelset.h.