clear screen if no anim

This commit is contained in:
Jeremie GABOLDE 2022-09-21 19:20:27 +02:00
parent e89570b136
commit 28d2959a9c
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ void menuBack()
isInMenu = false; isInMenu = false;
menuSelectionIndex = 0; menuSelectionIndex = 0;
menuCurrentPath = ""; menuCurrentPath = "";
sevseg.blank();
playAnimation(3); playAnimation(3);
} }
else else