clear screen if no anim
This commit is contained in:
parent
e89570b136
commit
28d2959a9c
|
@ -323,6 +323,7 @@ void menuBack()
|
||||||
isInMenu = false;
|
isInMenu = false;
|
||||||
menuSelectionIndex = 0;
|
menuSelectionIndex = 0;
|
||||||
menuCurrentPath = "";
|
menuCurrentPath = "";
|
||||||
|
sevseg.blank();
|
||||||
playAnimation(3);
|
playAnimation(3);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue