summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menu.c b/apps/menu.c
index dd5b9ba1e8..a42929ccf5 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -125,7 +125,7 @@ void put_cursorxy(int x, int y, bool on)
125static void menu_draw(int m) 125static void menu_draw(int m)
126{ 126{
127 int i = 0; 127 int i = 0;
128#if LCD_PROPFONTS 128#ifdef HAVE_LCD_BITMAP
129 int fw, fh; 129 int fw, fh;
130 int menu_lines; 130 int menu_lines;
131 lcd_getfontsize(FONT_UI, &fw, &fh); 131 lcd_getfontsize(FONT_UI, &fw, &fh);
@@ -175,7 +175,7 @@ static void menu_draw(int m)
175static void put_cursor(int m, int target) 175static void put_cursor(int m, int target)
176{ 176{
177 bool do_update = true; 177 bool do_update = true;
178#if LCD_PROPFONTS 178#ifdef HAVE_LCD_BITMAP
179 int fw, fh; 179 int fw, fh;
180 int menu_lines; 180 int menu_lines;
181 lcd_getfontsize(FONT_UI, &fw, &fh); 181 lcd_getfontsize(FONT_UI, &fw, &fh);