This is the code that programmed the arduino controlling the LEDs installed for the setpiece used in the theatre show during the 2018 Orlando Fringe show called Meet The Replacements.
Director - Michael Thibodeau
-
Acting cast
- Erin Cline
- Jillian Gizzi
- Greg Coleman
- Stephen Pugh
- Devan Seaman
- Adam Delmedico
-
Set Piece Co-Designers
- Nick Johnson
- Michael Thibodeau
- Matthew Lipscomb
- Anders Ackerman
-
Co-Programmers
- Samantha Donatelli (Thank you Sam for sending the final revision of code over!! :D)
- Anders Ackerman
Also a special thanks to all the Orlando Fringe staff and tech crew!!!
I have included some of the libraries that were necessary to run the code based on Adafruits neopixels. You may have to install separate chipset drivers depending if you're using a knock-off arduino or the real arduino (an FTDI chipset driver for example). And you must have Arduino already installed to compile and run the code, as most of the libraries are necessary to run through the Arduino IDE.
I also placed some other test code just for fun and a pin out sheet for several different models of arduinos. As any of this code could be ran on any ATmega chip given theres enough memory for your project.
Happy Coding!!