Skip to content

Commit

Permalink
remove the trobe from animation list for now, it causes headache, reo…
Browse files Browse the repository at this point in the history
…rder tasks for smoother animation
  • Loading branch information
rambo committed Jul 7, 2013
1 parent 1dde16d commit 9e889e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion software/arduino/partyhatwork/animations.h
Expand Up @@ -8,7 +8,8 @@
*
* This is the simplest way to make sure the linked list stays so.
*/
#define FIRST_ANIMATION strobe_anim
//#define FIRST_ANIMATION strobe_anim
#define FIRST_ANIMATION police3_anim

const uint8_t police1_frames[] PROGMEM = {
0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf4,
Expand Down
6 changes: 3 additions & 3 deletions software/arduino/partyhatwork/partyhatwork.ino
Expand Up @@ -190,12 +190,12 @@ void loop()
// Tasks are in priority order, only one task is run per tick, be sure to keep sleeper as last task if you use it.
Task *tasks[] = {
&xbeereader,
&anim_runner,
&anim_switcher,
#ifdef BRAIN_SERIAL
&eeg_reader,
&eeg_anim,
&eeg_reader,
#endif
&anim_switcher,
&anim_runner,
#ifdef BLINKER_PIN
&blinker,
#endif
Expand Down

0 comments on commit 9e889e2

Please sign in to comment.