80b5edc9bc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1694 a1c6a512-1295-4272-9138-f99709370657
39 lines
No EOL
854 B
Perl
39 lines
No EOL
854 B
Perl
#define _PAGE_ Rockbox Main Menu
|
|
#include "head.t"
|
|
#include "manual.t"
|
|
The main menu offers:
|
|
<p>
|
|
<img src="rec-menu.png" width=120 height=70 alt="Main menu">
|
|
|
|
<p>
|
|
<a href="rec-sound.html">Sound Settings, set Volume, Bass or Treble.</a>
|
|
|
|
<p>
|
|
<a href="rec-general.html">General Settings</a>
|
|
|
|
<p>
|
|
Games - pick a game to play!
|
|
|
|
<p>
|
|
Screensavers - pick an enterainer!
|
|
|
|
<p>
|
|
Info - mp3 buffer and battery info.
|
|
|
|
<p>
|
|
Version - sofware version and credits display.
|
|
|
|
<p>
|
|
(Debug? -)
|
|
|
|
<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>
|
|
|
|
#include "foot.t" |