# tiny-led-matrix
A Rust library for direct control of a small monochrome LED display.
This is designed to support the [micro:bit](https://microbit.org/)'s 5×5
display, but nothing in this crate is specific to the micro:bit.
## Documentation
https://docs.rs/tiny-led-matrix
## Changelog
See `CHANGELOG.md`.
## Licence
Copyright 2019 Matthew Woodcraft.
Licensed under either of
* Apache Licence, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT licence
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 licence, shall be
dual licensed as above, without any additional terms or conditions.