blob: 9fc9391d173bf388de3f18115c808ee787c9a89f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
\def\UseOption{recorderv2fm}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
\edef\UseOption{\UseOption,CONFIG_RTC}
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,RECORDER_PAD}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder V2/FM}
\newcommand{\playertypelong}{Recorder V2 and FM Recorder}
\newcommand{\genericimg}{112x64x1}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
%For use when referring to the player. E.g. the \daps\ capacity ...
\newcommand{\daps}{player's}
\newcommand{\firmwarefilename}{ajbrec.ajz}
\newcommand{\ButtonOn}{On}
\newcommand{\ButtonOff}{Stop}
\newcommand{\ButtonPlay}{Play}
\newcommand{\ButtonUp}{Up}
\newcommand{\ButtonDown}{Down}
\newcommand{\ButtonLeft}{Left}
\newcommand{\ButtonRight}{Right}
\newcommand{\ButtonFOne}{F1}
\newcommand{\ButtonFTwo}{F2}
\newcommand{\ButtonFThree}{F3}
|