summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-10-18 20:48:41 +0000
committerThomas Martitz <kugel@rockbox.org>2011-10-18 20:48:41 +0000
commite46f40e1747fc8cbfcc6bb0a573c814056f75989 (patch)
tree49cb3f4aad5a8bf7dabac86cd47fc503ef6d667b
parent5bdfa322ce55b1660f1841bf035a261ca627cb20 (diff)
Fix manual build, forgot to add new files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30789 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/sleep_timer.tex13
-rw-r--r--manual/configure_rockbox/time_and_date.tex23
2 files changed, 36 insertions, 0 deletions
diff --git a/manual/configure_rockbox/sleep_timer.tex b/manual/configure_rockbox/sleep_timer.tex
new file mode 100644
index 0000000000..f9cb76a603
--- /dev/null
+++ b/manual/configure_rockbox/sleep_timer.tex
@@ -0,0 +1,13 @@
+% $Id:$ %
+\item[Sleep Timer:]
+ The \setting{Sleep Timer} powers off your \dap{} after playing for a given
+ time.
+ Shown when the \setting{Sleep Timer} is inactive, it can be set from
+ \setting{Off} to 5 hours in 5 minute steps.
+ While the \setting{Sleep Timer} is reset on boot, the value selected is
+ retained and will be used as the default from then on.
+\item[Cancel Sleep Timer (h:mm):]
+ Shown when the \setting{Sleep Timer} is active, this option disables the
+ current \setting{Sleep Timer}.
+\item[Start Sleep Timer On Boot:]
+ If set, a \setting{Sleep Timer} will be initiated when the device starts.
diff --git a/manual/configure_rockbox/time_and_date.tex b/manual/configure_rockbox/time_and_date.tex
new file mode 100644
index 0000000000..9f1223ecfe
--- /dev/null
+++ b/manual/configure_rockbox/time_and_date.tex
@@ -0,0 +1,23 @@
+% $Id:$ %
+
+Time related menu options. Pressing \ActionStdContext{} will voice the current time
+if voice support is enabled.
+
+\begin{description}
+ \item[Set Time/Date:] Set current time and date.
+ \opt{alarm}{
+ \item[Wake-Up Alarm:]
+ This option will make the \dap{} start up at the specified time.
+ Use \ActionSettingInc{} and \ActionSettingDec{} to adjust the minutes setting,
+ \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours.
+ \ActionAlarmSet{} confirms the alarm, and \ActionAlarmCancel{} cancels setting
+ an alarm. If the \dap{} is turned on again before the alarm occurs, the alarm
+ will be cancelled.
+ \opt{recording,radio}{
+ \item[Alarm Wake Up Screen:]
+ This option controls what the \dap{} does when it is woken up by the alarm.
+ }%\opt{recording,radio}
+ }%\opt{alarm}
+ \input{configure_rockbox/sleep_timer.tex}
+ \item[Time Format:] Choose 12 or 24 hour clock.
+\end{description}