Crate led_matrix
source ·Expand description
This library provides a user-friendly API to program the LED-matrix.
The heart of this Library is the LedMatrix trait, which provides the API and at the same time abstracts over the physical LED-matrix itself as well as the GUI emulator. Call the function run to run your code with an initialized LED-matrix.
Modules§
- Contains utlis for constructing billboard-style pixel art.
- Contains a number of predefined bitmaps.
- Display characters on the LED-matrix.
- Contains a number of predefined color values.
Enums§
Traits§
- A high-level interface for programming the LED-matrix.
Functions§
- Returns an iterator over the coordinates of all LEDs. Useful for avoiding nested loops.
- Runs your program with an initialized LedMatrix.