blob: 00488ab1319ee97c4e4900104eecc85b9e0713da [file] [log] [blame]
Martin Arvereb56c8a2006-12-15 21:25:57 +00001% $Id$ %
2\def\UseOption{gigabeatf}
Dominik Riebelinga0bf1902007-01-04 21:34:40 +00003\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
Martin Arvereb56c8a2006-12-15 21:25:57 +00004\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,GIGABEAT_PAD}
7\edef\UseOption{\UseOption,gigabeat}
8
9\newcommand{\playerman}{Toshiba}
10\newcommand{\playertype}{Gigabeat F Series}
11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{240x320x16}
13\newcommand{\specimg}{gigabeatf}
14%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
19\newcommand{\screenshotsize}{6cm}
20
21\newcommand{\ButtonPower}{\btnfnt{Power}}
22\newcommand{\ButtonMenu}{\btnfnt{Menu}}
23\newcommand{\ButtonLeft}{\btnfnt{Left}}
24\newcommand{\ButtonRight}{\btnfnt{Right}}
25\newcommand{\ButtonUp}{\btnfnt{Up}}
26\newcommand{\ButtonDown}{\btnfnt{Down}}
27\newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
28\newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
29\newcommand{\ButtonSelect}{\btnfnt{Select}}
30\newcommand{\ButtonA}{\btnfnt{A}}
31
32
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonUp}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36\newcommand{\ActionStdNext}{\ButtonDown}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonA}
39\newcommand{\ActionStdContext}{Long \ButtonSelect}
40\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
41\newcommand{\ActionStdMenu}{\ButtonMenu}
42\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonSelect}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
51\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
52\newcommand{\ActionWpsStop}{\ButtonA}
53\newcommand{\ActionWpsVolDown}{\ButtonDown}
54\newcommand{\ActionWpsVolUp}{\ButtonUp}
55\newcommand{\ActionWpsPitchScreen}{\ButtonPower{} + \ButtonUp/\ButtonDown}
56\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
57\newcommand{\ActionWpsMenu}{\ButtonMenu}
58\newcommand{\ActionWpsContext}{Long \ButtonSelect}
59\newcommand{\ActionWpsBrowse}{\ButtonPower}
60\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonSelect}
61\newcommand{\ActionWpsIdThreeScreen}{\ButtonPower{} + \ButtonMenu}
62
63%Button actions, tree context
64\newcommand{\ActionTreeWps}{\ButtonPower}
65\newcommand{\ActionTreeStop}{\ButtonA}
Nils Wallménius00a3fc72007-01-19 12:42:19 +000066\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
67\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
Martin Arvereb56c8a2006-12-15 21:25:57 +000068
69%Button actions, YesNo context
70\newcommand{\ActionYesNoAccept}{\ButtonSelect}
71
72%Button actions, Virtual Keyboard Context
73\newcommand{\ActionKbdLeft}{\ButtonLeft}
74\newcommand{\ActionKbdRight}{\ButtonRight}
75\newcommand{\ActionKbdSelect}{\ButtonSelect}
76\newcommand{\ActionKbdCursorLeft}{\ButtonPower{} + \ButtonLeft}
77\newcommand{\ActionKbdCursorRight}{\ButtonPower{} + \ButtonRight}
78\newcommand{\ActionKbdPageFlip}{\ButtonPower{} + \ButtonMenu}
79\newcommand{\ActionKbdDone}{\ButtonPower}
80\newcommand{\ActionKbdAbort}{\ButtonA}
81\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
82\newcommand{\ActionKbdUp}{\ButtonUp}
83\newcommand{\ActionKbdDown}{\ButtonDown}
84
85%Button actions, Pitch Screen context
86\newcommand{\ActionPsToggleMode}{\ButtonMenu}
87\newcommand{\ActionPsIncSmall}{\ButtonUp}
88\newcommand{\ActionPsIncBig}{Long \ButtonUp}
89\newcommand{\ActionPsDecSmall}{\ButtonDown}
90\newcommand{\ActionPsDecBig}{Long \ButtonDown}
91\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
92\newcommand{\ActionPsNudgeRight}{\ButtonRight}
93\newcommand{\ActionPsReset}{\ButtonPower}
94\newcommand{\ActionPsExit}{\ButtonA}