1
0
Fork 0

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:
Teo-CD 2023-10-21 21:55:54 +01:00
parent 6c5a670366
commit e21123538b
8 changed files with 274 additions and 0 deletions

View 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]