All Classes
| Class | Description |
|---|---|
| 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
|
| Apa102Test | |
| LedDriverInterface | |
| PixelAnimations | |
| PixelColour |
0x00RRGGBB
|
| StripType |
Summaries of different LED strip types:
|
| WS281x |
Provides support for
WS2811B /
WS2812B aka Adafriut NeoPixel LEDs via a JNI wrapper around the
rpi_ws281x C library.
|
| WS281xNative | |
| WS281xSpi |
References:
https://os.mbed.com/users/JacobBramley/code/PixelArray/file/47802e75974e/neopixel.cpp
https://github.com/jgarff/rpi_ws281x/blob/master/ws2811.c
|
| WS281xSpi.Protocol | |
| WS281xSpiTest | |
| WS281xTest |