summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/menu.h b/apps/menu.h
index 1e3075f7de..0b533c7f86 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -28,6 +28,13 @@ struct main_menu_items {
int get_line_height(void);
+/* Reads in bmp file for logo */
+int show_logo(void);
+
+/* Shows the actual splash screen.
+ * Wrapper around show_logo making use of lcd functions */
+void show_splash(void);
+
/* Cursor calls */
void put_cursor(int target);
void put_cursor_menu_top(void);
@@ -47,5 +54,3 @@ void execute_menu_item(void);
-
-