blob: 4b20a91d6791723801b04e2fc2f3a4a84d024bac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#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>
[screen dump]
<p>
[explain screen info]
<p>
Buttons:
<p>
<table>
<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>.
</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> 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>
</td></tr>
</table>
#include "foot.t"
|