2002-08-06 11:38:06 +00:00
|
|
|
#define _PAGE_ Rockbox WPS
|
|
|
|
#include "head.t"
|
2002-08-06 11:54:27 +00:00
|
|
|
#include "manual.t"
|
|
|
|
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-08-06 11:18:18 +00:00
|
|
|
The While Playing Screen shows info about what is currently played and can
|
|
|
|
only be seen while there is actual music playback.
|
2002-09-18 12:16:32 +00:00
|
|
|
|
|
|
|
<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.
|
|
|
|
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-08-06 11:18:18 +00:00
|
|
|
[screen dump]
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-08-06 11:18:18 +00:00
|
|
|
[explain screen info]
|
2002-08-06 11:38:06 +00:00
|
|
|
<p>
|
2002-09-18 12:16:32 +00:00
|
|
|
<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>
|
2002-08-06 12:52:47 +00:00
|
|
|
<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
|
2002-08-06 11:38:06 +00:00
|
|
|
</td></tr>
|
2002-08-06 12:52:47 +00:00
|
|
|
<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>.
|
2002-09-18 12:16:32 +00:00
|
|
|
<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>
|
2002-08-06 12:52:47 +00:00
|
|
|
<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
|
|
|
|
<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
|
2002-08-06 11:38:06 +00:00
|
|
|
</td></tr>
|
2002-08-06 12:52:47 +00:00
|
|
|
|
2002-08-06 11:38:06 +00:00
|
|
|
</table>
|
2002-08-13 06:26:14 +00:00
|
|
|
|
|
|
|
#include "foot.t"
|
|
|
|
|