RGB Pixel Array with rendering features. Designed to be used with WS2812 library

Dependents:   ChrisRGB-Ring ChrisRGB-Ring WS2812_Example WS2812_Example_fade ... more

Embed: (wiki syntax)

« Back to documentation index

PixelArray Class Reference

PixelArray Class Reference

Library for the WS2812 RGB LED with integrated controller. More...

#include <PixelArray.h>

Public Member Functions

 PixelArray (int)
 Creates an instance of the class.
 ~PixelArray ()

Detailed Description

Library for the WS2812 RGB LED with integrated controller.

PixelArray

Definition at line 28 of file PixelArray.h.


Constructor & Destructor Documentation

PixelArray ( int  size )

Creates an instance of the class.

Pixel Array

Definition at line 3 of file PixelArray.cpp.

~PixelArray (  )

Destroys instance.

Definition at line 11 of file PixelArray.cpp.