API for the LPD8806 RGB LED Strip Controller.
More...
- ID: lpd8806
- Name: LPD8806 RGB LED Strip Controller
- Category: led
- Manufacturer: adafruit
- Connection: spi
FastPixel* LPD8806 is an RGB LED strip controller.
|
synchronized void | delete () |
|
| LPD8806 (int pixelCount, short csn) |
|
void | setPixelColor (int pixelOffset, short r, short g, short b) |
|
void | show () |
|
int | getStripLength () |
|
String | name () |
|
LPD8806 |
( |
int |
pixelCount, |
|
|
short |
csn |
|
) |
| |
Instantiates an LPD8806 object
- Parameters
-
pixelCount | Number of pixels in the strip |
csn | Chip select pin |
Returns the name of the component
void setPixelColor |
( |
int |
pixelOffset, |
|
|
short |
r, |
|
|
short |
g, |
|
|
short |
b |
|
) |
| |
- Parameters
-
pixelOffset | Pixel offset in the strip of the pixel |
r | Red LED |
g | Green LED |
b | Blue LED |
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/upm-doc-stable/build-33/src/lpd8806/LPD8806.java