Hello,
I am building a daft punk helmet led display.
I am using an UNO and 4 MAX7219 chips to control a series of animations.
I lack the programming skills to start from scratch. i have sourced this code on line and managed to get it to work.
When I play the stock code the animations are 90degrees out, i.e scrolling the wrong way. After some playing around i found that changing the part of the code
lcf.setRow(0,i,matrix[0]); to lcf.setColumn(0,i,matrix[0]);
the animations are then played in the correct orientation but at a much slower speed.
See the video of the problem here:
Daft Punk Visor Trouble - YouTube
I have tried fiddling with the delay times in the code but I’m really stumped here.
How may I speed up the animation? Is it possible? Or is this speed constrained by the way the code was written?
Any suggestions or pointers would be very helpful thanks!
The code is from this project:
http://efeion.blogspot.co.uk/search?updated-min=2011-01-01T00:00:00-05:00&updated-max=2012-01-01T00:00:00-05:00&max-results=3