Name |
Description |
App |
Provides application-specific behavior to supplement the default Application class. |
LedMatrixPanel |
Implementation of ILedMatrix for the AdaFruit 32x32 LED MatrixPanel |
Lpd8806Matrix |
Implementation of ILedMatrix for LPD8806/WS2801 based RGB leds, arranged into a single long serial strand. The first pixel is in the bottom left hand corner with the strand running upwards. The second strand starts at the top and runs downwards. Functionally, this means we need to flip every other column of color data to display properly. |
MainPage |
Main page of the RemoteLedMatrix application. Contains the actual controls for the led matrix, as well as the settings bar and instance. |
SettingsPage |
Page for all the configurable settings, as well as managing the firmata serial connection |