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:
parent
86487815be
commit
e56fa6dc84
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue