Document line selector color config file settings (FS#8880 by Justin Hannigan).
[Rockbox.git] / manual / platform / mrobe100.tex
blob9a180fc165988261f46fe4252835fb6d3cfb5d2d
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}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonPlay}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonDisplay{} + \ButtonRight}
54 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonDisplay{} + \ButtonLeft}
55 \newcommand{\ActionWpsStop}{\ButtonPower{} or Long \ButtonPlay}
56 \newcommand{\ActionWpsVolDown}{\ButtonDown}
57 \newcommand{\ActionWpsVolUp}{\ButtonUp}
58 \newcommand{\ActionWpsPitchScreen}{\ButtonDisplay{} + \ButtonUp/\ButtonDown}
59 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
60 \newcommand{\ActionWpsMenu}{\ButtonMenu}
61 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
62 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
63 \newcommand{\ActionWpsAbReset}{\ButtonDisplay{} + \ButtonSelect}
64 \newcommand{\ActionWpsIdThreeScreen}{\ButtonDisplay{} + \ButtonMenu}
66 %Button actions, tree context
67 \newcommand{\ActionTreeWps}{\ButtonDisplay}
68 \newcommand{\ActionTreeStop}{\ButtonPower{} or Long \ButtonPlay}
69 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
70 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72 %Button actions, YesNo context
73 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
75 %Button actions, Setting context
76 \newcommand{\ActionSettingInc}{\ButtonUp}
77 \newcommand{\ActionSettingDec}{\ButtonDown}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdSelect}{\ButtonSelect}
83 \newcommand{\ActionKbdCursorLeft}{\ButtonDisplay{} + \ButtonLeft}
84 \newcommand{\ActionKbdCursorRight}{\ButtonDisplay{} + \ButtonRight}
85 \newcommand{\ActionKbdPageFlip}{\ButtonDisplay{} + \ButtonMenu}
86 \newcommand{\ActionKbdDone}{\ButtonDisplay}
87 \newcommand{\ActionKbdAbort}{\ButtonPower}
88 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
89 \newcommand{\ActionKbdMorseInput}{\ButtonDisplay{} + \ButtonPower}
90 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
91 \newcommand{\ActionKbdUp}{\ButtonUp}
92 \newcommand{\ActionKbdDown}{\ButtonDown}
94 %Button actions, Pitch Screen context
95 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
96 \newcommand{\ActionPsIncSmall}{\ButtonUp}
97 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
98 \newcommand{\ActionPsDecSmall}{\ButtonDown}
99 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
100 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
101 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
102 \newcommand{\ActionPsReset}{\ButtonDisplay}
103 \newcommand{\ActionPsExit}{\ButtonPlay}