3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK
}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP
}
5 \edef\UseOption{\UseOption,HAVE_RECORDING
}
6 \edef\UseOption{\UseOption,CONFIG_TUNER
}
7 \edef\UseOption{\UseOption,CONFIG_RTC
}
8 \edef\UseOption{\UseOption,SWCODEC
}
9 \edef\UseOption{\UseOption,SANSA_E200_PAD
}
10 \edef\UseOption{\UseOption,HAVE_LCD_COLOR
}
11 \edef\UseOption{\UseOption,sansa
}
13 \newcommand{\playerman}{Sansa
}
14 \newcommand{\playertype}{e200
}
15 \newcommand{\playerlongtype}{\playertype}
16 \newcommand{\genericimg}{176x220x16
}
17 \newcommand{\specimg}{e200
}
18 %Used to name the player, e.g. ...to the \dap
19 \newcommand{\dap}{player
}
20 %For use when referring to the player. E.g. the \daps\ capacity ...
21 \newcommand{\daps}{player's
}
22 \newcommand{\firmwarefilename}{\fname{rockbox.mi4
}}
23 \newcommand{\screenshotsize}{4cm
}
24 \newcommand{\disk}{flash storage
}
26 \newcommand{\ButtonLeft}{\btnfnt{Left
}}
27 \newcommand{\ButtonRight}{\btnfnt{Right
}}
28 \newcommand{\ButtonRec}{\btnfnt{Rec
}}
29 \newcommand{\ButtonUp}{\btnfnt{Play
}}
30 \newcommand{\ButtonDown}{\btnfnt{Submenu
}}
31 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
32 \newcommand{\ButtonPower}{\btnfnt{Power
}}
33 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up
}}
34 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down
}}
35 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
37 %Button actions, standard context
38 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
39 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollUp}
40 \newcommand{\ActionStdNext}{\ButtonScrollDown}
41 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollDown}
42 \newcommand{\ActionStdCancel}{\ButtonLeft}
43 \newcommand{\ActionStdContext}{\ButtonDown}
44 \newcommand{\ActionStdQuickScreen}{Long
\ButtonDown}
45 \newcommand{\ActionStdMenu}{\ButtonPower}
46 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
47 \newcommand{\ActionStdRec}{Long
\ButtonRec}
49 %Button actions, wps context
50 \newcommand{\ActionWpsPlay}{\ButtonUp}
51 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
52 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
53 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
54 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
56 \newcommand{\ActionWpsStop}{Long
\ButtonUp}
57 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
58 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
60 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonDown}
61 \newcommand{\ActionWpsMenu}{\ButtonPower}
62 \newcommand{\ActionWpsContext}{\ButtonDown}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
65 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} +
\ButtonRight}
66 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} +
\ButtonLeft}
67 \newcommand{\ActionWpsAbReset}{\ButtonPower{} +
\ButtonUp}
69 %Button actions, tree context
70 \newcommand{\ActionTreeWps}{\ButtonUp}
71 \newcommand{\ActionTreeStop}{Long
\ButtonUp}
72 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
73 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
75 %Button actions, YesNo context
76 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
78 %Button actions, Setting context
79 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
80 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
82 %Button actions, Virtual Keyboard Context
83 \newcommand{\ActionKbdLeft}{\ButtonLeft}
84 \newcommand{\ActionKbdRight}{\ButtonRight}
85 \newcommand{\ActionKbdSelect}{\ButtonSelect}
86 \newcommand{\ActionKbdDone}{\ButtonUp}
87 \newcommand{\ActionKbdAbort}{\ButtonPower}
88 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
89 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
90 \newcommand{\ActionKbdCursorLeft}{\ButtonRec{} +
\ButtonLeft}
91 \newcommand{\ActionKbdCursorRight}{\ButtonRec{} +
\ButtonRight}
92 \newcommand{\ActionKbdBackSpace}{\ButtonDown}
93 \newcommand{\ActionKbdPageFlip}{\ButtonRec{} +
\ButtonSelect}
95 %Button actions, Pitch Screen context
96 \newcommand{\ActionPsToggleMode}{\ButtonRec}
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}{\ButtonSelect}
104 \newcommand{\ActionPsExit}{\ButtonPower}
106 %Button actions, Recording screen context
107 \newcommand{\ActionRecPause}{\ButtonUp}
108 \newcommand{\ActionRecExit}{\ButtonPower}
109 \newcommand{\ActionRecNewfile}{\ButtonRec}
110 \newcommand{\ActionRecMenu}{Long
\ButtonDown}
111 \newcommand{\ActionSettingsInc}{\ButtonRight}
112 \newcommand{\ActionSettingsDec}{\ButtonLeft}