diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 16:32:54 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 16:32:54 +0000 |
| commit | e56fa6dc84c963207b4dfafb4a9e814aee5ad343 (patch) | |
| tree | 6f837f5c2e5e09aa1b9898487b58a75bad78dabe /apps | |
| parent | 86487815beb5f6df65e598a1eb79b5fe1d060714 (diff) | |
| download | rockbox-e56fa6dc84c963207b4dfafb4a9e814aee5ad343.zip rockbox-e56fa6dc84c963207b4dfafb4a9e814aee5ad343.tar.gz rockbox-e56fa6dc84c963207b4dfafb4a9e814aee5ad343.tar.bz2 rockbox-e56fa6dc84c963207b4dfafb4a9e814aee5ad343.tar.xz | |
Ehm, here's the player title scroll.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1236 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 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; } |