Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use it as the default font.

This commit is contained in:
JF
2020-03-01 19:09:59 +01:00
parent 21375eab81
commit 5bc0640b73
7 changed files with 27 additions and 12 deletions
+11
View File
@@ -120,6 +120,17 @@ void DisplayApp::Refresh() {
if(!currentScreen->OnButtonPushed()) {
systemTask.PushMessage(System::SystemTask::Messages::GoToSleep);
}
// currentScreen.reset(nullptr);
// if(toggle) {
// modal.Show();
//// currentScreen.reset(new Screens::Tile(this));
// toggle = false;
// } else {
// modal.Hide();
//// currentScreen.reset(new Screens::Clock(this, dateTimeController, batteryController, bleController));
// toggle = true;
// }
break;
}
}