blob: 980d9c5e6cd2e190404edb95f0be6cf956b30f37 [file] [log] [blame]
Martin Arverd5fe8032006-08-23 17:10:08 +00001% $Id$ %
2\def\UseOption{ipod3g}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_3G_PAD}
7\edef\UseOption{\UseOption,ipod}
8
9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{3G}
11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2}
13\newcommand{\specimg}{ipod3g}
14%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19\newcommand{\screenshotsize}{4cm}
20
Martin Arver36e37402006-08-24 17:03:28 +000021\newcommand{\ButtonLeft}{\btnfnt{Prev}}
22\newcommand{\ButtonRight}{\btnfnt{Next}}
Martin Arver6efa7822006-08-25 08:02:34 +000023\newcommand{\ButtonMenu}{\btnfnt{Menu}}
Martin Arver36e37402006-08-24 17:03:28 +000024\newcommand{\ButtonPlay}{\btnfnt{Play}}
25\newcommand{\ButtonSelect}{\btnfnt{Select}}
26\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
27\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
Martin Arverd5fe8032006-08-23 17:10:08 +000028
29%Button actions, standard context
30\newcommand{\ActionStdPrev}{\ButtonScrollBack}
31\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
32\newcommand{\ActionStdNext}{\ButtonScrollFwd}
33\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
34\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
35\newcommand{\ActionStdContext}{Long \ButtonSelect}
36\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
37\newcommand{\ActionStdMenu}{\ButtonMenu}
38\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
39
40%Button actions, wps context
41\newcommand{\ActionWpsPlay}{\ButtonPlay}
42\newcommand{\ActionWpsSkipNext}{\ButtonRight}
43\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
45\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
46
47\newcommand{\ActionWpsStop}{Long \ButtonPlay}
48\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
49\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
50
51\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
52\newcommand{\ActionWpsMenu}{\ButtonMenu}
53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect}
55