From 28d2959a9c3397e9cf6c38c3c90c74d358554bc2 Mon Sep 17 00:00:00 2001 From: Jeremie GABOLDE Date: Wed, 21 Sep 2022 19:20:27 +0200 Subject: [PATCH] clear screen if no anim --- Maybe/Maybe.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Maybe/Maybe.ino b/Maybe/Maybe.ino index 3f8b96e..bd7a172 100644 --- a/Maybe/Maybe.ino +++ b/Maybe/Maybe.ino @@ -323,6 +323,7 @@ void menuBack() isInMenu = false; menuSelectionIndex = 0; menuCurrentPath = ""; + sevseg.blank(); playAnimation(3); } else