FastLED 3.6.0
Loading...
Searching...
No Matches
pixelset.h File Reference

Detailed Description

Declares classes for managing logical groups of LEDs.

Definition in file pixelset.h.

#include "FastLED.h"
#include <stdlib.h>

Go to the source code of this file.

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...
 

Typedefs

typedef CPixelView< CRGBCRGBSet
 CPixelView for CRGB arrays.
 

Functions

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