Skip to content

MikhailMS/microbit-text-scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Text Scroller for micro:bit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages