Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1001 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 1001 Bytes

Microbit Text Scroller

This lib provides a simple ScrollMessage struct that would allow you to have scrolling text on your microbit 5*5 LED display

Rationale:

Initially I thought this functionality already been implemented and is nicely available, however I only managed to find 1 crate that should have worked for me, but it didn't (still not sure why), sooo that's the main reason for me creating this lib (plus I wanted to practice some Rust)

So anyhow it was a great experience for me and maybe this lib would be of use to someone else out there

Usage

This lib is not available on crates.io, so you'd need to add it to your Cargo.toml as following

[dependencies]
microbit-text-scroller = { git = "https://github.com/MikhailMS/microbit-text-scroller" }

Examples

While this is super easy to use lib, if you feel like you want to see some examples - check out this repo