Nov
25
25
LED Cube Editor
I decided that it was too hard to write animations for my LED Cube. So I wrote a Processing program to generate the code for it. All you have to do is load the program and click on the green LEDs(circles) to turn them on and when you are done with a frame of animation you click the orange button at the bottom then the code will be printed out to the console. Then you copy the code into the firmware and upload the program to the Arduino. Here is the program.



What a great IDEA!!!! I tried to download your program so I can use it but could not get it to work for some reason. I will continue to try to get it going. I think this is a very awsome idea though for both newbies like myself or even experianced people as well. Thank you very much!!!
Hey George. The program is inside the zip file inside “LED_Cube_Editor” folder then inside “application.windows”(If you use windows, but if you use Mac OS X it’s under “application.macosx” if you use linux then it’s “application.linux”) the program is called “LED_Cube_Editor.exe” If you run it you will not get any out put of code that it generates you have to install Processing http://processing.org/download/index.html and open the “LED_Cube_Editor.pde” source code file in the “LED_Cube_Editor” folder. Then run it by clicking on the “Play” button the code generate button is the big orange rectangle at the bottom. The code will be shown in the bottom of the Processing editor window. To copy the generated code just select it with your mouse and press Ctrl+C.
I hope this helps.
-Tim