summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-01 13:29:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-01 13:29:59 +0000
commitf4fb02651eba9854fcb09d19f0437aa61e162cf0 (patch)
treebce54c0366b18aeb17265b439db213c5ed2bc0ce
parent57e2fb1f3769a8be74c25217a360fb27d48822bb (diff)
downloadrockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.tar.gz
rockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.zip
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
-rw-r--r--apps/wps.c5
1 files changed, 5 insertions, 0 deletions
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)
202 id3->length % 60000 / 1000 ); 202 id3->length % 60000 / 1000 );
203 203
204 lcd_puts(0, 6, buffer); 204 lcd_puts(0, 6, buffer);
205
206 lcd_slidebar(1, LCD_HEIGHT-7, LCD_WIDTH-2, 5,
207 id3->elapsed*100/id3->length,
208 BAR_RIGHT);
209
205 lcd_update(); 210 lcd_update();
206#else 211#else
207 /* Display time with the filename scroll only because 212 /* Display time with the filename scroll only because