Code for running 8x8 LED display on Arduino. Information about the project is in blog Arduino LED array. You can also watch the video demonstrating the project.
Download Arduino IDE. Open file LEDArray.ino and upload it to Arduino. I used Arduino Leonardo. You will have mis-matched pin connection to rows and columns of the LED array mot probbably. You can reconfigure the connection in the file show.ino, variables row_mapping
and column_mapping
.
There are several programs from showing sine function, simple clock, to Game of Life. All programs loops by default and single program runs for two minutes. You can change the setting in LEDArray.ino by changing variable functions
and programDuration
.