summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/menu.h b/apps/menu.h
index a378bd8..d8d9386 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -91,7 +91,11 @@ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, in
const char *button1, const char *button2, const char *button3);
void menu_exit(int menu);
+#ifdef HAVE_LCD_CHARCELLS
void put_cursorxy(int x, int y, bool on);
+#else
+#define put_cursorxy(...)
+#endif
/* Returns below define, or number of selected menu item*/
int menu_show(int m);