summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 8a20adf..031c20b 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -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;
}