blob: e9af2997266250b8cce70438e5f82d69bfd223d6 (
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
29
30
31
|
% $Id$ %
\def\UseOption{h300}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,CONFIG_TUNER}
\edef\UseOption{\UseOption,CONFIG_RTC}
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IRIVER_H300_PAD}
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,iriver}
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H3xx}
\newcommand{\playerlongtype}{H320 and H340}
\newcommand{\genericimg}{220x176x16}
\newcommand{\specimg}{h300}
%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}{\fname{rockbox.iriver}}
\newcommand{\ButtonLeft}{Left}
\newcommand{\ButtonRight}{Right}
\newcommand{\ButtonUp}{Up}
\newcommand{\ButtonDown}{Down}
\newcommand{\ButtonSelect}{Navi}
\newcommand{\ButtonMode}{A-B}
\newcommand{\ButtonRec}{Rec}
\newcommand{\ButtonOn}{Play}
\newcommand{\ButtonOff}{Stop}
|