summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/metronome.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c
index 402f4ac3fc..571e085b51 100644
--- a/apps/plugins/metronome.c
+++ b/apps/plugins/metronome.c
@@ -193,6 +193,7 @@ void metronome_draw(struct screen* display)
193 display->puts(0,2,METRONOME_MSG_START); 193 display->puts(0,2,METRONOME_MSG_START);
194 else 194 else
195 display->puts(0,2,METRONOME_MSG_STOP); 195 display->puts(0,2,METRONOME_MSG_STOP);
196 display->setfont(FONT_UI);
196#endif /* HAVE_LCD_BITMAP */ 197#endif /* HAVE_LCD_BITMAP */
197 display->update(); 198 display->update();
198} 199}