blob: 2b177f41a96b2049727d6cb12f7565871d24d62c [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Christi Scarboroughd68d7c02006-02-06 07:25:25 +00002\def\UseOption{ipodnano}
Martin Arver42257942006-03-16 11:00:29 +00003\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC}
Martin Arver5dcfd3b2006-03-19 21:33:56 +00005\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_4G_PAD}
Martin Arver959d23e2006-06-04 15:03:39 +00007\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
Martin Arver4c981062006-06-07 18:48:56 +00008\edef\UseOption{\UseOption,ipod}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +00009
Martin Arverb1585752006-03-30 21:33:20 +000010\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{Nano}
Christi Scarborough93c15382006-02-06 12:15:04 +000012\newcommand{\playerlongtype}{\playertype}
Martin Arverd3d3e342006-03-15 10:56:14 +000013\newcommand{\genericimg}{176x132x16}
Dominik Riebeling5be45092006-06-04 11:20:06 +000014\newcommand{\specimg}{ipodnano}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000015%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000017%For use when referring to the player. E.g. the \daps\ capacity ...
18\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000019\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000020\newcommand{\screenshotsize}{4cm}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000021
22\newcommand{\ButtonLeft}{Prev}
23\newcommand{\ButtonRight}{Next}
24\newcommand{\ButtonMenu}{Menu}
25\newcommand{\ButtonPlay}{Play}
26\newcommand{\ButtonSelect}{Select}
27\newcommand{\ButtonScrollFwd}{Scroll Fwd}
Dominik Riebeling5be45092006-06-04 11:20:06 +000028\newcommand{\ButtonScrollBack}{Scroll Back}
Martin Arver0e07eff2006-08-16 15:16:15 +000029
30
31%Button actions, standard context
32\newcommand{\ActionStdPrev}{\ButtonScrollBack}
33\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
34\newcommand{\ActionStdNext}{\ButtonScrollFwd}
35\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
36\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
37\newcommand{\ActionStdContext}{Long \ButtonSelect}
38\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
39\newcommand{\ActionStdMenu}{\ButtonMenu}
40\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
41
42%Button actions, wps context
43\newcommand{\ActionWpsPlay}{\ButtonPlay}
44\newcommand{\ActionWpsSkipNext}{\ButtonRight}
45\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
46\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
47\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
48
49\newcommand{\ActionWpsStop}{Long \ButtonPlay}
50\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
51\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
52
53\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
54\newcommand{\ActionWpsMenu}{\ButtonMenu}
55\newcommand{\ActionWpsContext}{Long \ButtonSelect}
56\newcommand{\ActionWpsBrowse}{\ButtonSelect}