skotchvail / Love-Potion-Camp

Code related to the Burning Man camp called "Love Potion"
8 stars 3 forks source link

Fix bug that causes programming mode to be not compatible with animation mode #11

Closed skotchvail closed 11 years ago

skotchvail commented 11 years ago

There are two modes in the program

1) shows the various animations, including the test pattern 2) colors the LED's based on their locations on the strand to make programming easier.

When in mode 2, we were having some memory issues and had to change code each time we wanted to switch from one mode to the other. We should be able to switch modes programmatically.

skotchvail commented 11 years ago

Can switch between modes without changing code, now.