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-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-08-06 11:54:27 +00:00
|
|
|
Buttons:
|
|
|
|
<p>
|
2002-08-06 11:38:06 +00:00
|
|
|
<table>
|
2002-08-06 12:52:47 +00:00
|
|
|
<tr><td> PLAY </td><td> Toggle PAUSE/PLAY </td></tr>
|
|
|
|
<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>.
|
|
|
|
<tr><td> MENU+STOP </td><td> Toggle key lock ON/OFF </td></tr>
|
|
|
|
<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"
|
|
|
|
|