3375f3563a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2324 a1c6a512-1295-4272-9138-f99709370657
34 lines
1.1 KiB
Perl
34 lines
1.1 KiB
Perl
#define _PAGE_ Rockbox WPS
|
|
#include "head.t"
|
|
#include "manual.t"
|
|
|
|
<p>
|
|
The While Playing Screen shows info about what is currently played and can
|
|
only be seen while there is actual music playback.
|
|
|
|
<p>You can configure the WPS contents by creating a .wps file and "playing" it.
|
|
The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
|
|
|
|
<p>
|
|
[screen dump]
|
|
<p>
|
|
[explain screen info]
|
|
<p>
|
|
<table class=buttontable>
|
|
<tr><th>Button</th><th>Function</th>
|
|
<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it save "resume point" to disk. </td></tr>
|
|
<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
|
|
</td></tr>
|
|
<tr><td> STOP </td><td> Stop playback </td></tr>
|
|
<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
|
|
<tr><td> MENU+STOP </td><td> Key lock on/off </td></tr>
|
|
<tr><td> MENU+PLAY </td><td> Mute on/off </td></tr>
|
|
<tr><td> MENU+ON </td><td> Enter id3 browser </td></tr>
|
|
<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
|
|
<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
|
|
</td></tr>
|
|
|
|
</table>
|
|
|
|
#include "foot.t"
|
|
|