summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/main_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 6cb013012a..0d280d90b0 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -157,10 +157,10 @@ static bool show_info(void)
157 ID2P(LANG_MEGABYTE), 157 ID2P(LANG_MEGABYTE),
158 ID2P(LANG_GIGABYTE) 158 ID2P(LANG_GIGABYTE)
159 }; 159 };
160 160#if defined(HAVE_LCD_BITMAP)
161 FOR_NB_SCREENS(i) 161 FOR_NB_SCREENS(i)
162 screens[i].setmargins(0, 0); 162 screens[i].setmargins(0, 0);
163 163#endif
164 while (!done) 164 while (!done)
165 { 165 {
166 int y=0; 166 int y=0;