Include alarm in the h10 manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15622 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92d99dfff5
commit
203f38ab8e
11 changed files with 31 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue