From dd521146b735790549dd91898ed814af994ef6ea Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Tue, 21 Mar 2006 05:45:37 +0000 Subject: Display logo for 3 seconds instead of 2 before rolling the credits - makes it easier to read the build date/time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9145 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/credits.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c index 5fdc215aa3..12bfa60a8f 100644 --- a/apps/plugins/credits.c +++ b/apps/plugins/credits.c @@ -40,7 +40,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->lcd_double_height(false); #endif - for (j = 0; j < 10; j++) { + for (j = 0; j < 15; j++) { rb->sleep((HZ*2)/10); btn = rb->button_get(false); @@ -114,7 +114,7 @@ static int minisin[]={ #if 1 1, 2, 2, 3, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0 #else - 1, 2, 3, 4, 4, 4, 3, 2, 1, 0, 0, -1, -1, -1, 0, 0, + 1, 2, 3, 4, 4, 4, 3, 2, 1, 0, 0, -1, -1, -1, 0, 0, #endif }; -- cgit v1.2.3