max7219-display 0.1.5

A no_std driver for the MAX7219 LED display controller
Documentation
1
2
3
4
5
6
7
8
9
//! LED matrix display implementation

pub mod buffer;
pub mod display;
pub mod fonts;
pub mod scroll;
pub mod symbols;

pub use display::LedMatrix;