| Class | Description |
|---|---|
| Animation |
Provides common animation utilities.
|
| Canvas |
A convenience class for manipulating a LED matrix
buffer and preparing the display content.
|
| Device |
Provides access to the raw functionality of
ISSI's IS31FL3730 matrix LED driver chip.
|
| FontConverter |
Converts a standard TrueType (TTF) font, rendered at a given size,
to the ledfont format used at runtime by the LEDFont class.
|
| JNADevDevice |
A device implementation that uses the /dev/i2c-* device interface
for the I2C communications with the device, and JNA for ioctl calls.
|
| LEDFont |
Loads a font in ledfont format and renders text using the font.
|
| MockDevice |
A Device implementation that writes to the console instead
of to a real device.
|
| Pi4JDevice |
A Device implementation that uses Pi4J for the
low-level I2C communications with the device.
|
| Utils |
Provides General-purpose utility methods.
|
Copyright © 2017 freeutils.net. All rights reserved.