blob: 55a2df17cb6bf312fa28dedada5df0b866408052 [file] [log] [blame]
Dominik Riebelingfd4079c2007-03-05 20:05:32 +00001% $Id$ %
2\def\UseOption{m5}
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_RTC}
7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
9\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
10\edef\UseOption{\UseOption,iaudio}
11
12\newcommand{\playerman}{Iaudio}
13\newcommand{\playertype}{M5}
14\newcommand{\playerlongtype}{\playertype}
15\newcommand{\genericimg}{160x128x2}
16\newcommand{\specimg}{m5}
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.iaudio}}
22\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000023\newcommand{\disk}{hard disk}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +000024
25\newcommand{\ButtonLeft}{\btnfnt{Left}}
26\newcommand{\ButtonRight}{\btnfnt{Right}}
27\newcommand{\ButtonUp}{\btnfnt{Up}}
28\newcommand{\ButtonDown}{\btnfnt{Down}}
29\newcommand{\ButtonSelect}{\btnfnt{Select}}
30\newcommand{\ButtonPower}{\btnfnt{Power}}
31\newcommand{\ButtonRec}{\btnfnt{Rec}}
32\newcommand{\ButtonPlay}{\btnfnt{Play}}
Christi Scarborough94a37252007-05-19 19:21:52 +000033\newcommand{\ButtonHold}{\btnfnt{Hold}}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +000034
35%Button actions, standard context
36\newcommand{\ActionStdPrev}{\ButtonUp}
37\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
38\newcommand{\ActionStdNext}{\ButtonDown}
39\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
40\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
41\newcommand{\ActionStdContext}{Long \ButtonSelect}
42\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
43\newcommand{\ActionStdMenu}{\ButtonRec}
44\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
45
46%Button actions, wps context
47\newcommand{\ActionWpsPlay}{\ButtonPlay}
48\newcommand{\ActionWpsStop}{Long \ButtonPlay}
49\newcommand{\ActionWpsSkipNext}{\ButtonRight}
50\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53\newcommand{\ActionWpsVolDown}{\ButtonDown}
54\newcommand{\ActionWpsVolUp}{\ButtonUp}
55\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
56\newcommand{\ActionWpsMenu}{\ButtonRec}
57\newcommand{\ActionWpsContext}{Long \ButtonSelect}
58\newcommand{\ActionWpsBrowse}{\ButtonSelect}
59
60%Button actions, tree context
61\newcommand{\ActionTreeWps}{\ButtonPlay}
62\newcommand{\ActionTreeStop}{Long \ButtonPlay}
63\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
64\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
65
66%Button actions, YesNo context
67\newcommand{\ActionYesNoAccept}{\ButtonSelect}
68
69%Button actions, Setting context
70\newcommand{\ActionSettingInc}{\ButtonUp}
71\newcommand{\ActionSettingDec}{\ButtonDown}
72
73%Button actions, Virtual Keyboard Context
74\newcommand{\ActionKbdLeft}{\ButtonLeft}
75\newcommand{\ActionKbdRight}{\ButtonRight}
76\newcommand{\ActionKbdUp}{\ButtonUp}
77\newcommand{\ActionKbdDown}{\ButtonDown}
78\newcommand{\ActionKbdSelect}{\ButtonSelect}
79\newcommand{\ActionKbdDone}{\ButtonPlay}
80\newcommand{\ActionKbdAbort}{\ButtonRec}
81
82%Button actions, Pitch Screen context
83\newcommand{\ActionPsToggleMode}{\ButtonSelect}
84\newcommand{\ActionPsIncSmall}{\ButtonUp}
85\newcommand{\ActionPsIncBig}{Long \ButtonUp}
86\newcommand{\ActionPsDecSmall}{\ButtonDown}
87\newcommand{\ActionPsDecBig}{Long \ButtonDown}
88\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
89\newcommand{\ActionPsNudgeRight}{\ButtonRight}
90\newcommand{\ActionPsReset}{\ButtonPower}
91\newcommand{\ActionPsExit}{\ButtonPlay}
92
93%Button actions, Recording screen context
94\newcommand{\ActionRecPause}{\ButtonPlay}
95\newcommand{\ActionRecNewfile}{\ButtonRec}
96\newcommand{\ActionSettingsInc}{\ButtonRight}
97\newcommand{\ActionSettingsDec}{\ButtonLeft}
98\newcommand{\ActionRecMenu}{Long \ButtonRec}
99\newcommand{\ActionRecExit}{Long \ButtonPlay}