| Package | Description |
|---|---|
| com.diozero.ws281xj | |
| com.diozero.ws281xj.rpiws281x | |
| com.diozero.ws281xj.spi |
| Modifier and Type | Field and Description |
|---|---|
static StripType |
StripType.SK6812 |
static StripType |
StripType.SK6812W |
static StripType |
StripType.WS2812 |
| Modifier and Type | Method and Description |
|---|---|
static StripType |
StripType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StripType[] |
StripType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WS281x(int frequency,
int dmaNum,
int gpioNum,
int brightness,
int numPixels,
StripType stripType) |
WS281x(int frequency,
int dmaNum,
int gpioNum,
int brightness,
int numPixels,
StripType stripType,
int channel) |
| Constructor and Description |
|---|
WS281xSpi(int controller,
int chipSelect,
StripType stripType,
int numLeds,
int brightness) |
WS281xSpi(int controller,
int chipSelect,
WS281xSpi.Protocol protocol,
StripType stripType,
int numLeds,
int brightness) |
Copyright © 2016–2018 mattjlewis. All rights reserved.