diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-08-08 22:23:05 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-08 22:23:05 +0000 |
| commit | 33d305e76981ba0028cbc2675b8805641f786196 (patch) | |
| tree | 7c6767a165672dfb905bd8d52cfabdaf21f9420f | |
| parent | 523c51a94436fb2947930daa7b583d35ddfc1750 (diff) | |
| download | rockbox-33d305e76981ba0028cbc2675b8805641f786196.zip rockbox-33d305e76981ba0028cbc2675b8805641f786196.tar.gz rockbox-33d305e76981ba0028cbc2675b8805641f786196.tar.bz2 rockbox-33d305e76981ba0028cbc2675b8805641f786196.tar.xz | |
forgot to commit yday
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1627 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/manual/rec-general.t | 21 | ||||
| -rw-r--r-- | www/manual/rec-sound.t | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/www/manual/rec-general.t b/www/manual/rec-general.t new file mode 100644 index 0000000..b598a33 --- /dev/null +++ b/www/manual/rec-general.t @@ -0,0 +1,21 @@ +#define _PAGE_ Rockbox Sound Settings +#include "head.t" +#include "manual.t" +The general settings menu offers: +<p> + <img src="rec-generalsettings.png"> + +<p> Shuffle mode, mp3/m3u filter mod, sort mode, Backlight timer, Scroll speed +and WPS control. + + +<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> + diff --git a/www/manual/rec-sound.t b/www/manual/rec-sound.t new file mode 100644 index 0000000..3205aa2 --- /dev/null +++ b/www/manual/rec-sound.t @@ -0,0 +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"> +<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> + |