TLIGHT_PRODUCTS / WS281X
Embed: (wiki syntax)

« Back to documentation index

RGBPixels Class Reference

RGBPixels Class Reference

RGBPixels. More...

#include <PixelBuffer.h>

Inherited by WS281X, and WS281XU.

Public Member Functions

 RGBPixels (RGBColor *buffer=nullptr, int maxPixels=MAX_PIXELS)
 Initializes the addressable led bus.

Detailed Description

RGBPixels.

Definition at line 36 of file PixelBuffer.h.


Constructor & Destructor Documentation

RGBPixels ( RGBColor buffer = nullptr,
int  maxPixels = MAX_PIXELS 
)

Initializes the addressable led bus.

Parameters:
Buffer- The Pixel array buffer address.
maxPixels- Number of the addressable leds

Definition at line 34 of file PixelBuffer.cpp.