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
#ifdef ANIMATION_FLYINGDOTS
case 12:
case 11:
flyingdots();
break;
#endif
#ifdef ANIMATION_MHERWEG
case 11:
flydots();
case 12:
lines1();
dots1();
movinglines();

Loading…
Cancel
Save