blob: 0173652e1f431b680f074abac333477fc97d7c91 (
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
|
% $Id$ %
\def\UseOption{ipodnano}
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
\edef\UseOption{\UseOption,CONFIG_RTC}
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Nano}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\genericimg}{176x132x16}
\newcommand{\specimg}{ipodnano}
%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}{rockbox.ipod}
\newcommand{\ButtonLeft}{Prev}
\newcommand{\ButtonRight}{Next}
\newcommand{\ButtonMenu}{Menu}
\newcommand{\ButtonPlay}{Play}
\newcommand{\ButtonSelect}{Select}
\newcommand{\ButtonScrollFwd}{Scroll Fwd}
\newcommand{\ButtonScrollBack}{Scroll Back}
|