blob: 52646b1a59d3e22a5abe71689976ce6f8791c07e [file] [log] [blame]
Martin Arver63a1cb52006-12-16 17:10:27 +00001% $Id$ %
2\def\UseOption{e200}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
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}
7\edef\UseOption{\UseOption,HAVE_LCD_SLEEP}
Nils Wallménius35dbbde2007-09-10 17:55:02 +00008\edef\UseOption{\UseOption,HAVE_RECORDING}
9\edef\UseOption{\UseOption,CONFIG_TUNER}
Martin Arver63a1cb52006-12-16 17:10:27 +000010\edef\UseOption{\UseOption,CONFIG_RTC}
11\edef\UseOption{\UseOption,SWCODEC}
12\edef\UseOption{\UseOption,SANSA_E200_PAD}
13\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000014\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
15\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
Marianne Arnoldd0415212007-12-25 19:55:22 +000016\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
17\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
Martin Arver63a1cb52006-12-16 17:10:27 +000018\edef\UseOption{\UseOption,sansa}
19
20\newcommand{\playerman}{Sansa}
21\newcommand{\playertype}{e200}
22\newcommand{\playerlongtype}{\playertype}
23\newcommand{\genericimg}{176x220x16}
24\newcommand{\specimg}{e200}
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}
Marianne Arnolda5fcfd12007-09-30 21:48:20 +000029\newcommand{\firmwarefilename}{\fname{rockbox.mi4}}
Martin Arver63a1cb52006-12-16 17:10:27 +000030\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000031\newcommand{\disk}{flash storage}
Martin Arver63a1cb52006-12-16 17:10:27 +000032
33\newcommand{\ButtonLeft}{\btnfnt{Left}}
34\newcommand{\ButtonRight}{\btnfnt{Right}}
35\newcommand{\ButtonRec}{\btnfnt{Rec}}
36\newcommand{\ButtonUp}{\btnfnt{Play}}
37\newcommand{\ButtonDown}{\btnfnt{Submenu}}
38\newcommand{\ButtonSelect}{\btnfnt{Select}}
39\newcommand{\ButtonPower}{\btnfnt{Power}}
40\newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
41\newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
Christi Scarborough94a37252007-05-19 19:21:52 +000042\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arver63a1cb52006-12-16 17:10:27 +000043
44%Button actions, standard context
45\newcommand{\ActionStdPrev}{\ButtonScrollUp}
46\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
47\newcommand{\ActionStdNext}{\ButtonScrollDown}
48\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
49\newcommand{\ActionStdCancel}{\ButtonLeft}
Paul Louden66f0cb22007-11-04 18:01:34 +000050\newcommand{\ActionStdContext}{Long \ButtonSelect}
Martin Arver63a1cb52006-12-16 17:10:27 +000051\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
Paul Louden66f0cb22007-11-04 18:01:34 +000052\newcommand{\ActionStdMenu}{\ButtonDown}
Martin Arver63a1cb52006-12-16 17:10:27 +000053\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
Peter D'Hoye0875a952007-09-14 22:31:37 +000054\newcommand{\ActionStdRec}{Long \ButtonRec}
Martin Arver63a1cb52006-12-16 17:10:27 +000055
56%Button actions, wps context
57\newcommand{\ActionWpsPlay}{\ButtonUp}
58\newcommand{\ActionWpsSkipNext}{\ButtonRight}
59\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
60\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
61\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
62
Paul Louden66f0cb22007-11-04 18:01:34 +000063\newcommand{\ActionWpsStop}{\ButtonPower}
Martin Arver63a1cb52006-12-16 17:10:27 +000064\newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
65\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
66
67\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
Paul Louden66f0cb22007-11-04 18:01:34 +000068\newcommand{\ActionWpsMenu}{\ButtonDown}
69\newcommand{\ActionWpsContext}{Long \ButtonSelect}
Peter D'Hoye0875a952007-09-14 22:31:37 +000070\newcommand{\ActionWpsBrowse}{\ButtonSelect}
Martin Arver63a1cb52006-12-16 17:10:27 +000071
Nils Wallménius8b6d9b32007-05-28 16:33:44 +000072\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
Martin Arver63a1cb52006-12-16 17:10:27 +000073\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
74\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
75
76%Button actions, tree context
77\newcommand{\ActionTreeWps}{\ButtonUp}
Paul Louden73c5ec52007-11-22 02:46:26 +000078\newcommand{\ActionTreeStop}{\ButtonPower}
Peter D'Hoye0875a952007-09-14 22:31:37 +000079\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
Dominik Riebeling34006322007-01-05 22:07:24 +000080\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
Martin Arver63a1cb52006-12-16 17:10:27 +000081
82%Button actions, YesNo context
83\newcommand{\ActionYesNoAccept}{\ButtonSelect}
84
Nils Wallménius70b4ea92007-03-03 01:35:01 +000085%Button actions, Setting context
86\newcommand{\ActionSettingInc}{\ButtonScrollUp}
87\newcommand{\ActionSettingDec}{\ButtonScrollDown}
88
Martin Arver63a1cb52006-12-16 17:10:27 +000089%Button actions, Virtual Keyboard Context
90\newcommand{\ActionKbdLeft}{\ButtonLeft}
91\newcommand{\ActionKbdRight}{\ButtonRight}
92\newcommand{\ActionKbdSelect}{\ButtonSelect}
93\newcommand{\ActionKbdDone}{\ButtonUp}
94\newcommand{\ActionKbdAbort}{\ButtonPower}
95\newcommand{\ActionKbdUp}{\ButtonScrollUp}
96\newcommand{\ActionKbdDown}{\ButtonScrollDown}
97\newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft}
98\newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight}
99\newcommand{\ActionKbdBackSpace}{\ButtonDown}
100\newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect}
101
102%Button actions, Pitch Screen context
Peter D'Hoye499d27d2007-09-01 16:28:21 +0000103\newcommand{\ActionPsToggleMode}{\ButtonRec}
Martin Arver63a1cb52006-12-16 17:10:27 +0000104\newcommand{\ActionPsIncSmall}{\ButtonUp}
105\newcommand{\ActionPsIncBig}{Long \ButtonUp}
106\newcommand{\ActionPsDecSmall}{\ButtonDown}
107\newcommand{\ActionPsDecBig}{Long \ButtonDown}
108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
109\newcommand{\ActionPsNudgeRight}{\ButtonRight}
110\newcommand{\ActionPsReset}{\ButtonSelect}
111\newcommand{\ActionPsExit}{\ButtonPower}
Nils Wallménius35dbbde2007-09-10 17:55:02 +0000112
113%Button actions, Recording screen context
114\newcommand{\ActionRecPause}{\ButtonUp}
Paul Loudenf7f79672007-11-23 13:01:09 +0000115\newcommand{\ActionRecExit}{\ButtonPower}
Nils Wallménius35dbbde2007-09-10 17:55:02 +0000116\newcommand{\ActionRecNewfile}{\ButtonRec}
Paul Louden836d4002007-11-20 02:03:04 +0000117\newcommand{\ActionRecMenu}{\ButtonDown}
Nils Wallménius35dbbde2007-09-10 17:55:02 +0000118\newcommand{\ActionSettingsInc}{\ButtonRight}
119\newcommand{\ActionSettingsDec}{\ButtonLeft}