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 {
28 28
29int get_line_height(void); 29int get_line_height(void);
30 30
31/* Reads in bmp file for logo */
32int show_logo(void);
33
34/* Shows the actual splash screen.
35 * Wrapper around show_logo making use of lcd functions */
36void show_splash(void);
37
31/* Cursor calls */ 38/* Cursor calls */
32void put_cursor(int target); 39void put_cursor(int target);
33void put_cursor_menu_top(void); 40void put_cursor_menu_top(void);
@@ -47,5 +54,3 @@ void execute_menu_item(void);
47 54
48 55
49 56
50
51