max7219-display 0.1.5

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

pub mod display;
pub mod fonts;

pub use display::SevenSegment;
pub use fonts::{Font, STANDARD_FONT};