microbit-text

Crates.iomicrobit-text
lib.rsmicrobit-text
version1.0.0
sourcesrc
created_at2021-11-22 21:44:12.625295
updated_at2021-11-23 20:33:59.107214
descriptionScrolling text on a 5×5 (micro:bit) display
homepage
repositoryhttps://github.com/mattheww/microbit-text
max_upload_size
id485870
size36,800
Matthew Woodcraft (mattheww)

documentation

README

microbit-text

A Rust library for scrolling text on a 5×5 monochrome display.

This is designed to support the micro:bit's 5×5 display, though nothing in this crate is strictly specific to the micro:bit. In practice it should be used with the microbit crate.

It includes a copy of the 'pendolino' font from the micro:bit runtime.

Documentation

https://docs.rs/microbit-text

Changelog

See CHANGELOG.md.

Licence

The Rust code is Copyright 2019,2021 Matthew Woodcraft.

The Pendolino font is Copyright 2016 British Broadcasting Corporation.

See LICENCE.txt.

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 described in LICENCE.txt, without any additional terms or conditions.

Commit count: 3

cargo fmt