Add names for the buttons in the Quick Start tab.
[Rockbox.git] / manual / platform / x5.tex
blob67a19ae40bfbf89f4ec4893eb9e50159cdca6a00
1 % $Id$ %
2 \def\UseOption{x5}
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,CONFIG_RTC}
8 \edef\UseOption{\UseOption,SWCODEC}
9 \edef\UseOption{\UseOption,IAUDIO_X5_PAD}
10 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
11 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12 \edef\UseOption{\UseOption,iaudio}
14 \newcommand{\playerman}{Iaudio}
15 \newcommand{\playertype}{X5}
16 \newcommand{\playerlongtype}{\playertype}
17 \newcommand{\genericimg}{160x128x16}
18 \newcommand{\specimg}{x5}
19 %Used to name the player, e.g. ...to the \dap
20 \newcommand{\dap}{player}
21 %For use when referring to the player. E.g. the \daps\ capacity ...
22 \newcommand{\daps}{player's}
23 \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
24 \newcommand{\screenshotsize}{4cm}
25 \newcommand{\disk}{hard disk}
27 \newcommand{\ButtonLeft}{\btnfnt{Left}}
28 \newcommand{\ButtonRight}{\btnfnt{Right}}
29 \newcommand{\ButtonUp}{\btnfnt{Up}}
30 \newcommand{\ButtonDown}{\btnfnt{Down}}
31 \newcommand{\ButtonSelect}{\btnfnt{Select}}
32 \newcommand{\ButtonPower}{\btnfnt{Power}}
33 \newcommand{\ButtonRec}{\btnfnt{Rec}}
34 \newcommand{\ButtonPlay}{\btnfnt{Play}}
35 \newcommand{\ButtonHold}{\btnfnt{Hold}}
37 %Button actions, standard context
38 \newcommand{\ActionStdPrev}{\ButtonUp}
39 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
40 \newcommand{\ActionStdNext}{\ButtonDown}
41 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
42 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
43 \newcommand{\ActionStdContext}{Long \ButtonSelect}
44 \newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
45 \newcommand{\ActionStdMenu}{\ButtonRec}
46 \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonPlay}
50 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
51 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
52 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
53 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
54 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
55 \newcommand{\ActionWpsVolDown}{\ButtonDown}
56 \newcommand{\ActionWpsVolUp}{\ButtonUp}
57 \newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
58 \newcommand{\ActionWpsMenu}{\ButtonRec}
59 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
60 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
62 %Button actions, tree context
63 \newcommand{\ActionTreeWps}{\ButtonPlay}
64 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
65 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
66 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
68 %Button actions, YesNo context
69 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
71 %Button actions, Setting context
72 \newcommand{\ActionSettingInc}{\ButtonUp}
73 \newcommand{\ActionSettingDec}{\ButtonDown}
75 %Button actions, Virtual Keyboard Context
76 \newcommand{\ActionKbdLeft}{\ButtonLeft}
77 \newcommand{\ActionKbdRight}{\ButtonRight}
78 \newcommand{\ActionKbdUp}{\ButtonUp}
79 \newcommand{\ActionKbdDown}{\ButtonDown}
80 \newcommand{\ActionKbdSelect}{\ButtonSelect}
81 \newcommand{\ActionKbdDone}{\ButtonPlay}
82 \newcommand{\ActionKbdAbort}{\ButtonRec}
84 %Button actions, Pitch Screen context
85 \newcommand{\ActionPsToggleMode}{\ButtonSelect}
86 \newcommand{\ActionPsIncSmall}{\ButtonUp}
87 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
88 \newcommand{\ActionPsDecSmall}{\ButtonDown}
89 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
90 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
91 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
92 \newcommand{\ActionPsReset}{\ButtonPower}
93 \newcommand{\ActionPsExit}{\ButtonPlay}
95 %Button actions, Recording screen context
96 \newcommand{\ActionRecPause}{\ButtonPlay}
97 \newcommand{\ActionRecNewfile}{\ButtonRec}
98 \newcommand{\ActionSettingsInc}{\ButtonRight}
99 \newcommand{\ActionSettingsDec}{\ButtonLeft}
100 \newcommand{\ActionRecMenu}{Long \ButtonRec}
101 \newcommand{\ActionRecExit}{Long \ButtonPlay}