summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-05-18 11:41:37 +0000
committerRobert Hak <adiamas@rockbox.org>2002-05-18 11:41:37 +0000
commit7ec9aa3bd8aaaa185c95cb326b7559abf01e0de8 (patch)
treeaa0f328c1255abe0bc7faaf9a74028dd533dc6ea /apps/menu.h
parentf43f7e74683399788574b646a21aa5099fc446f6 (diff)
made the logo display a true splash screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@631 a1c6a512-1295-4272-9138-f99709370657
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);
-
-