Uses of Class
com.diozero.ws281xj.StripType
| Package | Description |
|---|---|
| com.diozero.ws281xj | |
| com.diozero.ws281xj.rpiws281x | |
| com.diozero.ws281xj.spi |
-
Uses of StripType in com.diozero.ws281xj
Fields in com.diozero.ws281xj declared as StripType Modifier and Type Field Description static StripTypeStripType. SK6812static StripTypeStripType. SK6812Wstatic StripTypeStripType. WS2812Methods in com.diozero.ws281xj that return StripType Modifier and Type Method Description static StripTypeStripType. 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. -
Uses of StripType in com.diozero.ws281xj.rpiws281x
Constructors in com.diozero.ws281xj.rpiws281x with parameters of type StripType Constructor 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) -
Uses of StripType in com.diozero.ws281xj.spi
Constructors in com.diozero.ws281xj.spi with parameters of type StripType Constructor Description WS281xSpi(int controller, int chipSelect, WS281xSpi.Protocol protocol, StripType stripType, int numLeds, int brightness)WS281xSpi(int controller, int chipSelect, StripType stripType, int numLeds, int brightness)