Improve metronome

This commit is contained in:
Riku Isokoski
2021-08-13 22:03:27 +03:00
committed by JF002
parent 7c28de0b6f
commit 6192775161
3 changed files with 69 additions and 99 deletions

View File

@@ -414,6 +414,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
break;
case Apps::Metronome:
currentScreen = std::make_unique<Screens::Metronome>(this, motorController, *systemTask);
ReturnApp(Apps::Launcher, FullRefreshDirections::Down, TouchEvents::None);
break;
case Apps::Motion:
currentScreen = std::make_unique<Screens::Motion>(this, motionController);