Arduino code for my TV head costume project. Responsible for interpreting keyboard input and playing animations on the LED matrix. Runs on a Circuit Playground Express.
This code only needs to run on one handmade device, so I hardcoded it to fit my screen resolution and processor speed. So, the animations use sleep
where they should probably use millis
if you wanted them to have a reliable framerate. This was my first Arduino project, but the animations look great!