A visual tool to create dot matrix animations which you can then export to binary for a 8x8 display.
If you just want to make animations and export to binary, check out the online version
Made for the IJduino but also useful for other boards, like the Arduino.
- Clone the repository
- Install Meteor
- Run
meteor
in your terminal - A message will appear: "waiting for Board"
- Open your browser and go to http://localhost:3000
- Follow these steps to connect the wires between your Arduino and LED matrix
- Connect your Arduino to the computer via USB
- Open the Arduino IDE
- Open
StandardFirmata
: File -> Examples -> Firmata -> Standard -> StandardFirmata - Upload
StandardFirmata
to your board. This will make it possible for the animator to talk to your board - Go to http://localhost:3000. A play button will appear in the toolbar. Use this to send your animations from the animator to the led matrix