blob: 8bbfd8975bcff0d5ff110a4703dac68f44151b66 [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Martin Arverc94f4722006-03-21 20:12:04 +00002\def\UseOption{ipod4g}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_4G_PAD}
Martin Arver4c981062006-06-07 18:48:56 +00007\edef\UseOption{\UseOption,ipod}
Martin Arverc94f4722006-03-21 20:12:04 +00008
Martin Arverb1585752006-03-30 21:33:20 +00009\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{4G}
Martin Arverc94f4722006-03-21 20:12:04 +000011\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2}
Dominik Riebeling5be45092006-06-04 11:20:06 +000013\newcommand{\specimg}{ipod4g}
Martin Arverc94f4722006-03-21 20:12:04 +000014%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000016%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000018\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000019\newcommand{\screenshotsize}{4cm}
Martin Arverc94f4722006-03-21 20:12:04 +000020
21\newcommand{\ButtonLeft}{Prev}
22\newcommand{\ButtonRight}{Next}
23\newcommand{\ButtonMenu}{Menu}
24\newcommand{\ButtonPlay}{Play}
25\newcommand{\ButtonSelect}{Select}
26\newcommand{\ButtonScrollFwd}{Scroll Fwd}
Dominik Riebeling5be45092006-06-04 11:20:06 +000027\newcommand{\ButtonScrollBack}{Scroll Back}
Martin Arver0e07eff2006-08-16 15:16:15 +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