fixed new animation scheduling
This commit is contained in:
parent
903072815b
commit
b3b55fea9d
|
@ -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…
Reference in New Issue