fix scroll speed on the gigabeat

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10501 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-08-09 13:25:19 +00:00
parent 246c398ae0
commit 96e7c578f4

View file

@ -86,6 +86,7 @@ void roll_credits(void)
else
rb->lcd_puts(x, line, credits[name]);
if (++name >= numnames)
break;
@ -128,6 +129,9 @@ void roll_credits(void)
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
#define PAUSE_TIME 0
#define ANIM_SPEED 35
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
#define PAUSE_TIME 0
#define ANIM_SPEED 100
#else
#define PAUSE_TIME 1
#define ANIM_SPEED 40