Tools and libraries for creating Arduino powered LED matrix animations.
The Pattern builder is a web based tool for creating pixel scale animations that can be consumed by the micro processor code.
The workflow is generally:
- Design pattern
- Duplicate pattern and tweak
- Organize patterns into a sequence
I have placed a short demo on YouTube.
The tool requires Python3 with Flask, primarily to persist pattern and sequence data to disk.
Currently, colors and canvas dimensions must be manually configured in the path below.
/animated_led_matrix/pattern_builder/static/js/Config.js
Coming soon
Coming soon
