summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-11-14 17:55:46 +0000
committerNils Wallménius <nils@rockbox.org>2007-11-14 17:55:46 +0000
commit203f38ab8e45be80d685dfba6df681ef37021c9b (patch)
tree1bc5b0f7b034c9cd11151f2eeba8e9d49a0a3431
parent92d99dfff5d31579bdff6fb355f735a526be4c36 (diff)
downloadrockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.zip
rockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.tar.gz
rockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.tar.bz2
rockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.tar.xz
Include alarm in the h10 manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15622 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/system_options.tex2
-rw-r--r--manual/platform/h10.tex7
-rw-r--r--manual/platform/h10_5gb.tex7
-rw-r--r--manual/platform/ipod1g2g.tex2
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex2
-rw-r--r--manual/platform/ipodmini.tex2
-rw-r--r--manual/platform/ipodnano.tex2
-rw-r--r--manual/platform/ipodvideo.tex2
-rw-r--r--manual/platform/recorderv2fm.tex2
11 files changed, 31 insertions, 1 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 5017436..62665ed 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -89,7 +89,7 @@ available.
\subsection{Wake-Up Alarm}
This option turns the \dap{} off and then starts it up again at the
specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
- the minutes setting, \ButtonLeft{} and \ButtonRight{} to adjust the hours.
+ the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours.
\ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
\ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
again before the alarm occurs, the alarm will be cancelled. Using this
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index fac13bf..31a2c37 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_LCD_SLEEP}
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,HAVE_RTC_ALARM}
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IRIVER_H10_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
@@ -81,6 +82,12 @@
\newcommand{\ActionSettingInc}{\ButtonScrollUp}
\newcommand{\ActionSettingDec}{\ButtonScrollDown}
+%Button actions, Alarm screen
+\newcommand{\ActionAlarmSet}{\ActionStdOk}
+\newcommand{\ActionAlarmCancel}{\ActionStdCancel}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRew}
+\newcommand{\ActionAlarmHoursDec}{\ButtonFF}
+
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index ef44476..ceb5cb7 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -4,6 +4,7 @@
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,HAVE_RTC_ALARM}
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IRIVER_H10_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
@@ -78,6 +79,12 @@
\newcommand{\ActionSettingInc}{\ButtonScrollUp}
\newcommand{\ActionSettingDec}{\ButtonScrollDown}
+%Button actions, Alarm screen
+\newcommand{\ActionAlarmSet}{\ActionStdOk}
+\newcommand{\ActionAlarmCancel}{\ActionStdCancel}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRew}
+\newcommand{\ActionAlarmHoursDec}{\ButtonFF}
+
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
\newcommand{\ActionKbdRight}{\ButtonRight}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index 5f31002..a0f4c42 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -76,6 +76,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 1fab690..a604742 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -76,6 +76,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index c9193bd..f04bdb2 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -76,6 +76,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 1756422..2d7b1ef 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -75,6 +75,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index db692e2..8fbec15 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -77,6 +77,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index aab4248..2f513b0 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -77,6 +77,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 6074a1e..7993431 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -77,6 +77,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index cfc165b..ce0daf6 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -83,6 +83,8 @@
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonPlay}
\newcommand{\ActionAlarmCancel}{\ButtonOff}
+\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
+\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
%Button actions, Virtual Keyboard Context
\newcommand{\ActionKbdLeft}{\ButtonLeft}