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{\ActionQuickScreenExit}{\ButtonMenu}
45 \newcommand{\ActionStdMenu}{\ButtonMenu}
46 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
47 \newcommand{\ActionStdUsbCharge}{\ButtonRight}
49 %Button actions, wps context
50 \newcommand{\ActionWpsPlay}{\ButtonPlay}
51 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
52 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
53 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
54 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
55 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonDisplay{} +
\ButtonRight}
56 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonDisplay{} +
\ButtonLeft}
57 \newcommand{\ActionWpsStop}{\ButtonPower{} or Long
\ButtonPlay}
58 \newcommand{\ActionWpsVolDown}{\ButtonDown}
59 \newcommand{\ActionWpsVolUp}{\ButtonUp}
60 \newcommand{\ActionWpsPitchScreen}{\ButtonDisplay{} +
\ButtonUp/
\ButtonDown}
61 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
62 \newcommand{\ActionWpsMenu}{\ButtonMenu}
63 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
64 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
65 \newcommand{\ActionWpsAbReset}{\ButtonDisplay{} +
\ButtonSelect}
66 \newcommand{\ActionWpsIdThreeScreen}{\ButtonDisplay{} +
\ButtonMenu}
68 %Button actions, tree context
69 \newcommand{\ActionTreeWps}{\ButtonDisplay}
70 \newcommand{\ActionTreeStop}{\ButtonPower{} or Long
\ButtonPlay}
71 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
72 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
74 %Button actions, YesNo context
75 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
77 %Button actions, Setting context
78 \newcommand{\ActionSettingInc}{\ButtonUp}
79 \newcommand{\ActionSettingDec}{\ButtonDown}
81 %Button actions, Virtual Keyboard Context
82 \newcommand{\ActionKbdLeft}{\ButtonLeft}
83 \newcommand{\ActionKbdRight}{\ButtonRight}
84 \newcommand{\ActionKbdSelect}{\ButtonSelect}
85 \newcommand{\ActionKbdCursorLeft}{\ButtonDisplay{} +
\ButtonLeft}
86 \newcommand{\ActionKbdCursorRight}{\ButtonDisplay{} +
\ButtonRight}
87 \newcommand{\ActionKbdPageFlip}{\ButtonDisplay{} +
\ButtonMenu}
88 \newcommand{\ActionKbdDone}{\ButtonDisplay}
89 \newcommand{\ActionKbdAbort}{\ButtonPower}
90 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
91 \newcommand{\ActionKbdMorseInput}{\ButtonDisplay{} +
\ButtonPower}
92 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
93 \newcommand{\ActionKbdUp}{\ButtonUp}
94 \newcommand{\ActionKbdDown}{\ButtonDown}
96 %Button actions, Pitch Screen context
97 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
98 \newcommand{\ActionPsIncSmall}{\ButtonUp}
99 \newcommand{\ActionPsIncBig}{Long
\ButtonUp}
100 \newcommand{\ActionPsDecSmall}{\ButtonDown}
101 \newcommand{\ActionPsDecBig}{Long
\ButtonDown}
102 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
103 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
104 \newcommand{\ActionPsReset}{\ButtonDisplay}
105 \newcommand{\ActionPsExit}{\ButtonPlay}