microbit-text 1.0.0

Scrolling text on a 5×5 (micro:bit) display
Documentation
  • Coverage
  • 100%
    32 out of 32 items documented1 out of 23 items with examples
  • Size
  • Source code size: 36.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mattheww/microbit-text
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mattheww

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.