Package crackers.kobots.devices.lighting
Class NeoPixel
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
autoWrite
private final List<Integer>
gamma8Correction
private Float
brightness
private final Integer
size
private final String
byteOrder
private final Boolean
applyGamma
-
Constructor Summary
Constructors Constructor Description NeoPixel(AdafruitSeeSaw seeSaw, Integer numPixels, Byte seesawPin, Integer bitsPerPixel)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class crackers.kobots.devices.lighting.PixelBuf
fill, get, get, getApplyGamma, getAutoWrite, getBrightness, getByteOrder, getGamma8Correction, getSize, iterator, set, set, set, setAutoWrite, setBrightness, show
-
Methods inherited from class crackers.kobots.devices.lighting.WS2811
fill, off, plus, plus, set, set
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NeoPixel
NeoPixel(AdafruitSeeSaw seeSaw, Integer numPixels, Byte seesawPin, Integer bitsPerPixel)
-
-
-
-