| Package | Description |
|---|---|
| com.diozero.ws281xj | |
| com.diozero.ws281xj.apa102 | |
| com.diozero.ws281xj.rpiws281x | |
| com.diozero.ws281xj.spi |
| Modifier and Type | Method and Description |
|---|---|
static void |
PixelAnimations.colourWipe(LedDriverInterface ledDriver,
int colour,
int wait) |
static void |
PixelAnimations.demo(LedDriverInterface ledDriver) |
static void |
PixelAnimations.rainbow(LedDriverInterface ledDriver,
int wait) |
static void |
PixelAnimations.rainbowCycle(LedDriverInterface ledDriver,
int wait) |
static void |
PixelAnimations.theatreChase(LedDriverInterface ledDriver,
int c,
int wait) |
static void |
PixelAnimations.theatreChaseRainbow(LedDriverInterface ledDriver,
int wait) |
| Modifier and Type | Class and Description |
|---|---|
class |
Apa102LedDriver
Reference: 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
WS281x
Provides support for
WS2811B /
WS2812B aka Adafriut NeoPixel LEDs via a JNI wrapper around the
rpi_ws281x C library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WS281xSpi
References:
https://os.mbed.com/users/JacobBramley/code/PixelArray/file/47802e75974e/neopixel.cpp
https://github.com/jgarff/rpi_ws281x/blob/master/ws2811.c
|
Copyright © 2016–2018 mattjlewis. All rights reserved.