blob: 3205aa247f0fc70661144d8cb1e9b27e49d3b93f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#define _PAGE_ Rockbox Sound Settings
#include "head.t"
#include "manual.t"
The sound settings menu offers:
<p>
Volume, Bass or Treble:
<img src="rec-soundsettings.png">
<p>
This is how the volumne screen looks like:
<img src="rec-volume.png">
<p>
Buttons:
<p>
<table>
<tr><td>UP</td><td>Move upwards in the list</td></tr>
<tr><td>DOWN</td><td>Move downwards in the list</td></tr>
<tr><td>RIGHT</td><td>Select item in list</td></tr>
<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
</table>
|