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:
trotFunky 2023-10-21 21:59:54 +01:00
parent 7d3d109a3a
commit 92a186f752
8 changed files with 274 additions and 0 deletions

1
Utils/bitmap_helper/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/target