Browse Source

fixed new animation scheduling

feature/2015
Hans-Gert Dahmen 15 years ago
parent
commit
b3b55fea9d
  1. 5
      display_loop.c

5
display_loop.c

@ -105,14 +105,13 @@ void display_loop(){
#endif #endif
#ifdef ANIMATION_FLYINGDOTS #ifdef ANIMATION_FLYINGDOTS
case 12: case 11:
flyingdots(); flyingdots();
break; break;
#endif #endif
#ifdef ANIMATION_MHERWEG #ifdef ANIMATION_MHERWEG
case 11: case 12:
flydots();
lines1(); lines1();
dots1(); dots1();
movinglines(); movinglines();

Loading…
Cancel
Save