Ehm, here's the player title scroll.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-27 16:32:54 +00:00
parent 86487815be
commit e56fa6dc84

View file

@ -109,7 +109,7 @@ static void draw_screen(struct mp3entry* id3)
#else
lcd_puts(0, l++, id3->artist?id3->artist:"<no artist>");
lcd_puts(0, l++, id3->title?id3->title:"<no title>");
lcd_puts_scroll(0, l++, id3->title?id3->title:"<no title>");
#endif
break;
}