Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / gigabeatf.tex
blobdcabbc9c6da2dd4c7e850b70862c1d03d69b73e5
1 % $Id$ %
2 \def\UseOption{gigabeatf}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,GIGABEAT_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
9 \edef\UseOption{\UseOption,gigabeat}
11 \newcommand{\playerman}{Toshiba}
12 \newcommand{\playertype}{Gigabeat F Series}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{240x320x16}
15 \newcommand{\specimg}{gigabeatf}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's}
20 \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
21 \newcommand{\screenshotsize}{6cm}
22 \newcommand{\disk}{hard disk}
24 \newcommand{\ButtonPower}{\btnfnt{Power}}
25 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
26 \newcommand{\ButtonLeft}{\btnfnt{Left}}
27 \newcommand{\ButtonRight}{\btnfnt{Right}}
28 \newcommand{\ButtonUp}{\btnfnt{Up}}
29 \newcommand{\ButtonDown}{\btnfnt{Down}}
30 \newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
31 \newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
32 \newcommand{\ButtonSelect}{\btnfnt{Select}}
33 \newcommand{\ButtonA}{\btnfnt{A}}
34 \newcommand{\ButtonHold}{\btnfnt{Hold}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonUp}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
39 \newcommand{\ActionStdNext}{\ButtonDown}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
41 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
42 \newcommand{\ActionStdContext}{Long \ButtonSelect}
43 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
44 \newcommand{\ActionStdMenu}{\ButtonMenu}
45 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
46 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonA}
50 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
51 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
52 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
53 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight}
55 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft}
56 \newcommand{\ActionWpsStop}{\ButtonPower}
57 \newcommand{\ActionWpsVolDown}{\ButtonDown}
58 \newcommand{\ActionWpsVolUp}{\ButtonUp}
59 \newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown}
60 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
61 \newcommand{\ActionWpsMenu}{\ButtonMenu}
62 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
64 \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect}
65 \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonA}
69 \newcommand{\ActionTreeStop}{\ButtonPower}
70 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
76 %Button actions, Setting context
77 \newcommand{\ActionSettingInc}{\ButtonUp}
78 \newcommand{\ActionSettingDec}{\ButtonDown}
80 %Button actions, Virtual Keyboard Context
81 \newcommand{\ActionKbdLeft}{\ButtonLeft}
82 \newcommand{\ActionKbdRight}{\ButtonRight}
83 \newcommand{\ActionKbdSelect}{\ButtonSelect}
84 \newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft}
85 \newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight}
86 \newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu}
87 \newcommand{\ActionKbdDone}{\ButtonA}
88 \newcommand{\ActionKbdAbort}{\ButtonPower}
89 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
90 \newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower}
91 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
92 \newcommand{\ActionKbdUp}{\ButtonUp}
93 \newcommand{\ActionKbdDown}{\ButtonDown}
95 %Button actions, Pitch Screen context
96 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
97 \newcommand{\ActionPsIncSmall}{\ButtonUp}
98 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
99 \newcommand{\ActionPsDecSmall}{\ButtonDown}
100 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
101 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
102 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
103 \newcommand{\ActionPsReset}{\ButtonA}
104 \newcommand{\ActionPsExit}{\ButtonPower}