Convert the fmradio section in the mainmenu chapter to use button action macros....
[kugel-rb.git] / manual / platform / h10.tex
blob928fefe2919d2d1a5f099ec2d5b73b2b81304ba2
1 % $Id$ %
2 \def\UseOption{h10}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
7 \edef\UseOption{\UseOption,HAVE_LCD_SLEEP}
8 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9 \edef\UseOption{\UseOption,CONFIG_TUNER}
10 \edef\UseOption{\UseOption,CONFIG_RTC}
11 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
12 \edef\UseOption{\UseOption,SWCODEC}
13 \edef\UseOption{\UseOption,IRIVER_H10_PAD}
14 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
15 \edef\UseOption{\UseOption,HAVE_DIRCACHE}
16 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
17 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
18 \edef\UseOption{\UseOption,iriver}
20 \newcommand{\playerman}{Iriver}
21 \newcommand{\playertype}{H10}
22 \newcommand{\playerlongtype}{\playertype{} 20GB}
23 \newcommand{\genericimg}{160x128x16}
24 \newcommand{\specimg}{h10}
25 %Used to name the player, e.g. ...to the \dap
26 \newcommand{\dap}{player}
27 %For use when referring to the player. E.g. the \daps\ capacity ...
28 \newcommand{\daps}{player's}
29 \newcommand{\firmwarefilename}{\fname{rockbox.mi4}}
30 \newcommand{\screenshotsize}{4cm}
31 \newcommand{\disk}{hard disk}
33 \newcommand{\ButtonLeft}{\btnfnt{Cancel}}
34 \newcommand{\ButtonRight}{\btnfnt{Select}}
35 \newcommand{\ButtonRew}{\btnfnt{Prev}}
36 \newcommand{\ButtonPlay}{\btnfnt{Play}}
37 \newcommand{\ButtonFF}{\btnfnt{Next}}
38 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
39 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
40 \newcommand{\ButtonPower}{\btnfnt{Power}}
41 \newcommand{\ButtonHold}{\btnfnt{Hold}}
43 %Button actions, standard context
44 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
45 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
46 \newcommand{\ActionStdNext}{\ButtonScrollDown}
47 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
48 \newcommand{\ActionStdCancel}{\ButtonLeft}
49 \newcommand{\ActionStdContext}{Long \ButtonRight}
50 \newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
51 \newcommand{\ActionStdMenu}{\ButtonPower}
52 \newcommand{\ActionStdOk}{\ButtonRight}
54 %Button actions, wps context
55 \newcommand{\ActionWpsPlay}{\ButtonPlay}
56 \newcommand{\ActionWpsSkipNext}{\ButtonFF}
57 \newcommand{\ActionWpsSkipPrev}{\ButtonRew}
58 \newcommand{\ActionWpsSeekBack}{Long \ButtonRew}
59 \newcommand{\ActionWpsSeekFwd}{Long \ButtonFF}
61 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
62 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
63 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
65 \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft}
66 \newcommand{\ActionWpsMenu}{\ButtonPower}
67 \newcommand{\ActionWpsContext}{Long \ButtonRight}
68 \newcommand{\ActionWpsBrowse}{\ButtonLeft}
69 \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
70 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
72 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
73 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
74 \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
76 %Button actions, tree context
77 \newcommand{\ActionTreeWps}{\ButtonPlay}
78 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
79 \newcommand{\ActionTreeEnter}{\ButtonRight}
80 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
82 %Button actions, YesNo context
83 \newcommand{\ActionYesNoAccept}{\ButtonRight}
85 %Button actions, Setting context
86 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
87 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
89 %Button actions, Alarm screen
90 \newcommand{\ActionAlarmSet}{\ActionStdOk}
91 \newcommand{\ActionAlarmCancel}{\ActionStdCancel}
92 \newcommand{\ActionAlarmHoursInc}{\ButtonRew}
93 \newcommand{\ActionAlarmHoursDec}{\ButtonFF}
95 %Button actions, Virtual Keyboard Context
96 \newcommand{\ActionKbdLeft}{\ButtonLeft}
97 \newcommand{\ActionKbdRight}{\ButtonRight}
98 \newcommand{\ActionKbdSelect}{\ButtonRew}
99 \newcommand{\ActionKbdDone}{\ButtonPlay}
100 \newcommand{\ActionKbdAbort}{\ButtonFF}
101 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
102 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
103 \newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
104 \newcommand{\ActionKbdMorseSelect}{\ButtonRew}
106 %Button actions, Pitch Screen context
107 \newcommand{\ActionPsToggleMode}{\ButtonPower}
108 \newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
109 \newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
110 \newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
111 \newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
112 \newcommand{\ActionPsNudgeLeft}{\ButtonRew}
113 \newcommand{\ActionPsNudgeRight}{\ButtonFF}
114 \newcommand{\ActionPsReset}{\ButtonPlay}
115 \newcommand{\ActionPsExit}{\ButtonLeft}
117 %Button actions, FM radio context
118 \newcommand{\ActionFMPreset}{\ButtonRight}
119 \newcommand{\ActionFMMenu}{Long \ButtonRight}
120 \newcommand{\ActionFMMode}{\ButtonLeft}
121 \newcommand{\ActionFMStop}{Long \ButtonPlay}
122 \newcommand{\ActionFMExit}{\ButtonPower}
123 \newcommand{\ActionFMPlay}{\ButtonPlay}
124 \newcommand{\ActionFMSettingsInc}{\ButtonScrollUp}
125 \newcommand{\ActionFMSettingsDec}{\ButtonScrollDown}
126 \newcommand{\ActionFMPrev}{\ButtonRew}
127 \newcommand{\ActionFMNext}{\ButtonFF}