Add names for the buttons in the Quick Start tab.
[Rockbox.git] / manual / platform / h1xx.tex
blobf936eba5bc61bde6bbe03dfab26636956a164d98
1 % $Id$ %
2 \def\UseOption{h1xx}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,HAVE_RECORDING}
6 \edef\UseOption{\UseOption,CONFIG_TUNER}
7 \edef\UseOption{\UseOption,SWCODEC}
8 \edef\UseOption{\UseOption,IRIVER_H100_PAD}
9 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
10 \edef\UseOption{\UseOption,iriver}
12 \newcommand{\playerman}{Iriver}
13 \newcommand{\playertype}{H1xx}
14 \newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
15 \newcommand{\genericimg}{160x128x2}
16 \newcommand{\specimg}{h1xx}
17 %Used to name the player, e.g. ...to the \dap
18 \newcommand{\dap}{player}
19 %For use when referring to the player. E.g. the \daps\ capacity ...
20 \newcommand{\daps}{player's}
21 \newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
22 \newcommand{\screenshotsize}{4cm}
23 \newcommand{\disk}{hard disk}
25 \newcommand{\ButtonLeft}{\btnfnt{Left}}
26 \newcommand{\ButtonRight}{\btnfnt{Right}}
27 \newcommand{\ButtonUp}{\btnfnt{Up}}
28 \newcommand{\ButtonDown}{\btnfnt{Down}}
29 \newcommand{\ButtonSelect}{\btnfnt{Navi}}
30 \newcommand{\ButtonMode}{\btnfnt{A-B}}
31 \newcommand{\ButtonRec}{\btnfnt{Rec}}
32 \newcommand{\ButtonOn}{\btnfnt{Play}}
33 \newcommand{\ButtonOff}{\btnfnt{Stop}}
34 \newcommand{\ButtonHold}{\btnfnt{Hold}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonUp}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
39 \newcommand{\ActionStdNext}{\ButtonDown}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
41 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
42 \newcommand{\ActionStdContext}{Long \ButtonSelect}
43 \newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
44 \newcommand{\ActionStdMenu}{\ButtonMode}
45 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonOn}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
54 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
55 \newcommand{\ActionWpsStop}{\ButtonOff}
56 \newcommand{\ActionWpsVolDown}{\ButtonDown}
57 \newcommand{\ActionWpsVolUp}{\ButtonUp}
58 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
59 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
60 \newcommand{\ActionWpsMenu}{\ButtonMode}
61 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
62 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
63 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
64 \newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
66 %Button actions, tree context
67 \newcommand{\ActionTreeWps}{\ButtonOn}
68 \newcommand{\ActionTreeStop}{\ButtonOff}
69 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
70 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72 %Button actions, YesNo context
73 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
75 %Button actions, Setting context
76 \newcommand{\ActionSettingInc}{\ButtonUp}
77 \newcommand{\ActionSettingDec}{\ButtonDown}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdSelect}{\ButtonSelect}
83 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
84 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
85 \newcommand{\ActionKbdPageFlip}{\ButtonMode}
86 \newcommand{\ActionKbdDone}{\ButtonOn}
87 \newcommand{\ActionKbdAbort}{\ButtonOff}
88 \newcommand{\ActionKbdBackSpace}{\ButtonRec}
89 \newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
90 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
91 \newcommand{\ActionKbdUp}{\ButtonUp}
92 \newcommand{\ActionKbdDown}{\ButtonDown}
94 %Button actions, Pitch Screen context
95 \newcommand{\ActionPsToggleMode}{\ButtonMode}
96 \newcommand{\ActionPsIncSmall}{\ButtonUp}
97 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
98 \newcommand{\ActionPsDecSmall}{\ButtonDown}
99 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
100 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
101 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
102 \newcommand{\ActionPsReset}{\ButtonSelect}
103 \newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
105 %Button actions, Recording screen context
106 \newcommand{\ActionRecPause}{\ButtonOn}
107 \newcommand{\ActionRecNewfile}{\ButtonRec}
108 \newcommand{\ActionSettingsInc}{\ButtonRight}
109 \newcommand{\ActionSettingsDec}{\ButtonLeft}
110 \newcommand{\ActionRecMenu}{\ButtonMode}
111 \newcommand{\ActionRecExit}{\ButtonOff}