Uses of Interface
com.diozero.ws281xj.LedDriverInterface
Packages that use LedDriverInterface
Package
Description
-
Uses of LedDriverInterface in com.diozero.ws281xj
Methods in com.diozero.ws281xj with parameters of type LedDriverInterfaceModifier and TypeMethodDescriptionstatic 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 LedDriverInterfaceModifier and TypeClassDescriptionclassReference: 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 LedDriverInterfaceModifier and TypeClassDescriptionclassProvides 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 LedDriverInterfaceModifier and TypeClassDescriptionclassReferences: https://os.mbed.com/users/JacobBramley/code/PixelArray/file/47802e75974e/neopixel.cpp https://github.com/jgarff/rpi_ws281x/blob/master/ws2811.c