Uses of Interface
com.diozero.ws281xj.LedDriverInterface
| Package | Description |
|---|---|
| com.diozero.ws281xj | |
| com.diozero.ws281xj.apa102 | |
| com.diozero.ws281xj.rpiws281x | |
| com.diozero.ws281xj.spi |
-
Uses of LedDriverInterface in com.diozero.ws281xj
Methods in com.diozero.ws281xj with parameters of type LedDriverInterface Modifier and Type Method Description static voidPixelAnimations. colourWipe(LedDriverInterface ledDriver, int colour, int wait)static voidPixelAnimations. demo(LedDriverInterface ledDriver)static voidPixelAnimations. rainbow(LedDriverInterface ledDriver, int wait)static voidPixelAnimations. rainbowCycle(LedDriverInterface ledDriver, int wait)static voidPixelAnimations. theatreChase(LedDriverInterface ledDriver, int c, int wait)static voidPixelAnimations. theatreChaseRainbow(LedDriverInterface ledDriver, int wait) -
Uses of LedDriverInterface in com.diozero.ws281xj.apa102
Classes in com.diozero.ws281xj.apa102 that implement LedDriverInterface Modifier and Type Class Description classApa102LedDriverReference: https://cpldcpu.com/2014/11/30/understanding-the-apa102-superled/ Also: https://github.com/androidthings/contrib-drivers/blob/master/apa102/src/main/java/com/google/android/things/contrib/driver/apa102/Apa102.java -
Uses of LedDriverInterface in com.diozero.ws281xj.rpiws281x
Classes in com.diozero.ws281xj.rpiws281x that implement LedDriverInterface Modifier and Type Class Description classWS281xProvides support for WS2811B / WS2812B aka Adafriut NeoPixel LEDs via a JNI wrapper around the rpi_ws281x C library. -
Uses of LedDriverInterface in com.diozero.ws281xj.spi
Classes in com.diozero.ws281xj.spi that implement LedDriverInterface Modifier and Type Class Description classWS281xSpiReferences: https://os.mbed.com/users/JacobBramley/code/PixelArray/file/47802e75974e/neopixel.cpp https://github.com/jgarff/rpi_ws281x/blob/master/ws2811.c