A little initiative to help making matrix 8x8 animation easier
This project is in an early stage so changes can come very frequently.
These are a couple of projects to generate hexadecimal code that you can use in your project. Code is in general format that makers usually use to display figures into a 8x8 matrix.
Example:
0x00, 0x00, 0x00, 0x12, 0x12, 0x1E, 0x12, 0x12
Each value corresponds with a row in the matrix
You have a couple of tools:
- LedMatrixAnimation: General purpose 8x8 matrix animation
- LedMatrixTextScroll: Text Scrolling
Both of them work for a 8x8 matrix for now, but I have plans to make them generic
Both are very easy to understand and use:
You have a sequence of matrixes that represent clips, you can Add/Remove clips, also you can make some actions in every single clip. Just draw any figure into the clips using the mouse and then test your results in the simulator, once you are happy with the results you can generate the hexadecimal code and paste it to your project. You can also save and open your designs.
Note. This tool is in a very early stage.
You have a textbox in which you put your text, then you can generate the code and see the results
You can download latest versions
Any suggestion is welcomed!