Utils: Introduce utils and animation helpers
The next commit implements the LCD and animation support. To enable an easy way to create animations for it, add details in the README regarding the way the SD card is used and how the files need to be formatted. Create the Utils directory and add a Rust project to do the bit flipping and a script that automates all the steps described in the README. Add a README for Utils explaining how to use them.
This commit is contained in:
parent
6c5a670366
commit
e21123538b
8 changed files with 274 additions and 0 deletions
8
Utils/bitmap_helper/Cargo.toml
Normal file
8
Utils/bitmap_helper/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "bitmap_helper"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
Loading…
Add table
Add a link
Reference in a new issue