diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-08-01 13:29:59 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-01 13:29:59 +0000 |
| commit | f4fb02651eba9854fcb09d19f0437aa61e162cf0 (patch) | |
| tree | bce54c0366b18aeb17265b439db213c5ed2bc0ce | |
| parent | 57e2fb1f3769a8be74c25217a360fb27d48822bb (diff) | |
| download | rockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.zip rockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.tar.gz rockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.tar.bz2 rockbox-f4fb02651eba9854fcb09d19f0437aa61e162cf0.tar.xz | |
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.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |