even more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2055 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95331c74b5
commit
f7c8b659a1
2 changed files with 22 additions and 6 deletions
|
@ -1,10 +1,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">
|
||||
This menu offers a selection of different sound properties you may change
|
||||
to improve your sound experience.
|
||||
|
||||
<p> <img src="rec-soundsettings.png">
|
||||
|
||||
<p> <b>Volume</b>
|
||||
<p> <b>Bass</b>
|
||||
<p> <b>Treble</b>
|
||||
<p> <b>Balance</b>
|
||||
<p> <b>Loudness</b>
|
||||
<p> <b>Bass Boost</b>
|
||||
<p> <b>Auto Volume</b>
|
||||
|
||||
<p>
|
||||
This is how the volumne screen looks like:
|
||||
<img src="rec-volume.png">
|
||||
|
@ -15,8 +26,9 @@ Buttons:
|
|||
<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>RIGHT</td><td>Select an 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>
|
||||
<tr><td>F3</td><td>Toggle status bar ON/OFF</td></tr>
|
||||
</table>
|
||||
|
||||
#include "foot.t"
|
||||
|
|
|
@ -24,8 +24,12 @@ The screen lines contain the following information:
|
|||
<tr><th> Key </th><th> Function </th></tr>
|
||||
<tr><td> UP</td><td> Increase volume </td></tr>
|
||||
<tr><td> DOWN </td><td> Decrease volume </td></tr>
|
||||
<tr><td> LEFT </td><td> Move to previous song</td></tr>
|
||||
<tr><td> RIGHT </td><td> Move to next song </td></tr>
|
||||
|
||||
<tr><td> LEFT </td><td> Quick press: moves to the beginning of the song, or if
|
||||
pressed while in the beginning of a song it moves to the previous
|
||||
song. Keep the button pressed to rewind the song. </td></tr>
|
||||
|
||||
<tr><td> RIGHT </td><td> Quick press: moves to next song. Keep the button pressed to fast-forward the song. </td></tr>
|
||||
<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it store a "resume point" where it can start again from later. </td></tr>
|
||||
<tr><td>ON</td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr>
|
||||
<tr><td>OFF</td><td> Stop playback </td></tr>
|
||||
|
|
Loading…
Reference in a new issue