From f4fb02651eba9854fcb09d19f0437aa61e162cf0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Aug 2002 13:29:59 +0000 Subject: Markus Braun's progressbar now in use in the Recorder WPS display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1511 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/wps.c b/apps/wps.c index 76951aada4..131ae42596 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -202,6 +202,11 @@ int wps_show(void) id3->length % 60000 / 1000 ); lcd_puts(0, 6, buffer); + + lcd_slidebar(1, LCD_HEIGHT-7, LCD_WIDTH-2, 5, + id3->elapsed*100/id3->length, + BAR_RIGHT); + lcd_update(); #else /* Display time with the filename scroll only because -- cgit v1.2.3