summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/menu.c')
-rw-r--r--apps/plugins/rockboy/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/menu.c b/apps/plugins/rockboy/menu.c
index 54a0db76f5..3cd231c06c 100644
--- a/apps/plugins/rockboy/menu.c
+++ b/apps/plugins/rockboy/menu.c
@@ -125,7 +125,7 @@ int do_user_menu(void) {
125 } 125 }
126 } 126 }
127 127
128 rb->lcd_setfont(0); /* Reset the font */ 128 rb->lcd_setfont(FONT_SYSFIXED); /* Reset the font */
129 rb->lcd_clear_display(); /* Clear display for screen size changes */ 129 rb->lcd_clear_display(); /* Clear display for screen size changes */
130 130
131 /* Keep the RTC in sync */ 131 /* Keep the RTC in sync */