forked from len0rd/rockbox
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
This commit is contained in:
parent
57e2fb1f37
commit
f4fb02651e
1 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,11 @@ int wps_show(void)
|
||||||
id3->length % 60000 / 1000 );
|
id3->length % 60000 / 1000 );
|
||||||
|
|
||||||
lcd_puts(0, 6, buffer);
|
lcd_puts(0, 6, buffer);
|
||||||
|
|
||||||
|
lcd_slidebar(1, LCD_HEIGHT-7, LCD_WIDTH-2, 5,
|
||||||
|
id3->elapsed*100/id3->length,
|
||||||
|
BAR_RIGHT);
|
||||||
|
|
||||||
lcd_update();
|
lcd_update();
|
||||||
#else
|
#else
|
||||||
/* Display time with the filename scroll only because
|
/* Display time with the filename scroll only because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue