Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / mrobe100.tex
blobdba538f10672b4c4e68ab6d058a687b9dad4706e
1 % $Id$ %
2 \def\UseOption{mrobe100}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,MROBE100_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
8 \edef\UseOption{\UseOption,olympus}
10 \newcommand{\playerman}{Olympus}
11 \newcommand{\playertype}{m:robe 100}
12 \newcommand{\playerlongtype}{\playertype}
13 \newcommand{\genericimg}{160x128x1}
14 \newcommand{\specimg}{mrobe100}
15 %Used to name the player, e.g. ...to the \dap
16 \newcommand{\dap}{player}
17 %For use when referring to the player. E.g. the \daps\ capacity ...
18 \newcommand{\daps}{player's}
19 \newcommand{\firmwarefilename}{\fname{rockbox.mi4}}
20 \newcommand{\screenshotsize}{4cm}
21 \newcommand{\disk}{hard disk}
23 \newcommand{\ButtonPower}{\btnfnt{Power}}
24 \newcommand{\ButtonPlay}{\btnfnt{Play}}
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{\ButtonDisplay}{\btnfnt{Display}}
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 \ButtonDisplay{} 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}{\ButtonRight}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonPlay}
50 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
51 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
52 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
53 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonDisplay{} + \ButtonRight}
55 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonDisplay{} + \ButtonLeft}
56 \newcommand{\ActionWpsStop}{\ButtonPower{} or Long \ButtonPlay}
57 \newcommand{\ActionWpsVolDown}{\ButtonDown}
58 \newcommand{\ActionWpsVolUp}{\ButtonUp}
59 \newcommand{\ActionWpsPitchScreen}{\ButtonDisplay{} + \ButtonUp/\ButtonDown}
60 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
61 \newcommand{\ActionWpsMenu}{\ButtonMenu}
62 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
64 \newcommand{\ActionWpsAbReset}{\ButtonDisplay{} + \ButtonSelect}
65 \newcommand{\ActionWpsIdThreeScreen}{\ButtonDisplay{} + \ButtonMenu}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonDisplay}
69 \newcommand{\ActionTreeStop}{\ButtonPower{} or Long \ButtonPlay}
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}{\ButtonDisplay{} + \ButtonLeft}
85 \newcommand{\ActionKbdCursorRight}{\ButtonDisplay{} + \ButtonRight}
86 \newcommand{\ActionKbdPageFlip}{\ButtonDisplay{} + \ButtonMenu}
87 \newcommand{\ActionKbdDone}{\ButtonDisplay}
88 \newcommand{\ActionKbdAbort}{\ButtonPower}
89 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
90 \newcommand{\ActionKbdMorseInput}{\ButtonDisplay{} + \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}{\ButtonDisplay}
104 \newcommand{\ActionPsExit}{\ButtonPlay}