blob: 9e96dcb09575ee6918704fed64e769b6c7177e42 [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}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +00005\edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +00007\edef\UseOption{\UseOption,HAVE_RECORDING}
8\edef\UseOption{\UseOption,CONFIG_RTC}
9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000012\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
Marianne Arnoldd0415212007-12-25 19:55:22 +000013\edef\UseOption{\UseOption,HAVE_DIRCACHE}
14\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
15\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +000016\edef\UseOption{\UseOption,iaudio}
17
18\newcommand{\playerman}{Iaudio}
19\newcommand{\playertype}{M5}
20\newcommand{\playerlongtype}{\playertype}
21\newcommand{\genericimg}{160x128x2}
22\newcommand{\specimg}{m5}
23%Used to name the player, e.g. ...to the \dap
24\newcommand{\dap}{player}
25%For use when referring to the player. E.g. the \daps\ capacity ...
26\newcommand{\daps}{player's}
27\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
28\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000029\newcommand{\disk}{hard disk}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +000030
31\newcommand{\ButtonLeft}{\btnfnt{Left}}
32\newcommand{\ButtonRight}{\btnfnt{Right}}
33\newcommand{\ButtonUp}{\btnfnt{Up}}
34\newcommand{\ButtonDown}{\btnfnt{Down}}
35\newcommand{\ButtonSelect}{\btnfnt{Select}}
36\newcommand{\ButtonPower}{\btnfnt{Power}}
37\newcommand{\ButtonRec}{\btnfnt{Rec}}
38\newcommand{\ButtonPlay}{\btnfnt{Play}}
Marianne Arnoldd0415212007-12-25 19:55:22 +000039\newcommand{\ButtonHold}{\btnfnt{Hold}}
Dominik Riebelingfd4079c2007-03-05 20:05:32 +000040
41%Button actions, standard context
42\newcommand{\ActionStdPrev}{\ButtonUp}
43\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
44\newcommand{\ActionStdNext}{\ButtonDown}
45\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
46\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
47\newcommand{\ActionStdContext}{Long \ButtonSelect}
48\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
49\newcommand{\ActionStdMenu}{\ButtonRec}
50\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
51
52%Button actions, wps context
53\newcommand{\ActionWpsPlay}{\ButtonPlay}
54\newcommand{\ActionWpsStop}{Long \ButtonPlay}
55\newcommand{\ActionWpsSkipNext}{\ButtonRight}
56\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
57\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
58\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
59\newcommand{\ActionWpsVolDown}{\ButtonDown}
60\newcommand{\ActionWpsVolUp}{\ButtonUp}
61\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
62\newcommand{\ActionWpsMenu}{\ButtonRec}
63\newcommand{\ActionWpsContext}{Long \ButtonSelect}
64\newcommand{\ActionWpsBrowse}{\ButtonSelect}
65
66%Button actions, tree context
67\newcommand{\ActionTreeWps}{\ButtonPlay}
68\newcommand{\ActionTreeStop}{Long \ButtonPlay}
69\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
70\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
71
72%Button actions, YesNo context
73\newcommand{\ActionYesNoAccept}{\ButtonSelect}
74
75%Button actions, Setting context
76\newcommand{\ActionSettingInc}{\ButtonUp}
77\newcommand{\ActionSettingDec}{\ButtonDown}
78
79%Button actions, Virtual Keyboard Context
80\newcommand{\ActionKbdLeft}{\ButtonLeft}
81\newcommand{\ActionKbdRight}{\ButtonRight}
82\newcommand{\ActionKbdUp}{\ButtonUp}
83\newcommand{\ActionKbdDown}{\ButtonDown}
84\newcommand{\ActionKbdSelect}{\ButtonSelect}
85\newcommand{\ActionKbdDone}{\ButtonPlay}
86\newcommand{\ActionKbdAbort}{\ButtonRec}
87
88%Button actions, Pitch Screen context
89\newcommand{\ActionPsToggleMode}{\ButtonSelect}
90\newcommand{\ActionPsIncSmall}{\ButtonUp}
91\newcommand{\ActionPsIncBig}{Long \ButtonUp}
92\newcommand{\ActionPsDecSmall}{\ButtonDown}
93\newcommand{\ActionPsDecBig}{Long \ButtonDown}
94\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
95\newcommand{\ActionPsNudgeRight}{\ButtonRight}
96\newcommand{\ActionPsReset}{\ButtonPower}
97\newcommand{\ActionPsExit}{\ButtonPlay}
98
99%Button actions, Recording screen context
100\newcommand{\ActionRecPause}{\ButtonPlay}
101\newcommand{\ActionRecNewfile}{\ButtonRec}
102\newcommand{\ActionSettingsInc}{\ButtonRight}
103\newcommand{\ActionSettingsDec}{\ButtonLeft}
104\newcommand{\ActionRecMenu}{Long \ButtonRec}
105\newcommand{\ActionRecExit}{Long \ButtonPlay}