diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-11-14 17:55:46 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-11-14 17:55:46 +0000 |
commit | 203f38ab8e45be80d685dfba6df681ef37021c9b (patch) | |
tree | 1bc5b0f7b034c9cd11151f2eeba8e9d49a0a3431 /manual/platform/h10_5gb.tex | |
parent | 92d99dfff5d31579bdff6fb355f735a526be4c36 (diff) | |
download | rockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.tar.gz rockbox-203f38ab8e45be80d685dfba6df681ef37021c9b.zip |
Include alarm in the h10 manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15622 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index ef4447650c..ceb5cb7ecc 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} |