summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 7267afe..4be4e78 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -57,6 +57,7 @@ static bool inuse[MAX_MENUS] = { false };
/* count in letter posistions, NOT pixels */
void put_cursorxy(int x, int y, bool on)
{
+#ifdef HAVE_LCD_BITMAP
#ifdef LOADABLE_FONTS
int fh;
unsigned char* font = lcd_getcurrentldfont();
@@ -64,6 +65,7 @@ void put_cursorxy(int x, int y, bool on)
#else
int fh = 8;
#endif
+#endif
/* place the cursor */
if(on) {