FastLED 3.9.15
Loading...
Searching...
No Matches
Pixel Data Sets

Detailed Description

Classes for managing logical groups of LEDs.

Classes

class  CPixelView< PIXEL_TYPE >
 Represents a set of LED objects. More...
 
class  CPixelView< PIXEL_TYPE >::pixelset_iterator_base< T >
 Iterator helper class for CPixelView. More...
 
class  CRGBArray< SIZE >
 A version of CPixelView<CRGB> with an included array of CRGB LEDs. More...
 

Functions

FASTLED_FORCE_INLINE CRGBoperator+ (const CRGBSet &pixels, int offset)
 Retrieve a pointer to a CRGB array, using a CRGBSet and an LED offset.