blob: 6c9242596c2ee78c580f3bc08967c939d1934832 [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Dave Chapmana137e7f2006-03-14 10:01:16 +00002\def\UseOption{ipodvideo}
Barry Wardell55c92972006-10-10 17:53:42 +00003\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
Martin Arver42257942006-03-16 11:00:29 +00004\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC}
Martin Arver5dcfd3b2006-03-19 21:33:56 +00006\edef\UseOption{\UseOption,SWCODEC}
7\edef\UseOption{\UseOption,IPOD_4G_PAD}
Martin Arver959d23e2006-06-04 15:03:39 +00008\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
Martin Arver4c981062006-06-07 18:48:56 +00009\edef\UseOption{\UseOption,ipod}
Dave Chapmana137e7f2006-03-14 10:01:16 +000010
Martin Arverb1585752006-03-30 21:33:20 +000011\newcommand{\playerman}{Ipod}
12\newcommand{\playertype}{Video}
Dave Chapmana137e7f2006-03-14 10:01:16 +000013\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{320x240x16}
Dominik Riebeling5be45092006-06-04 11:20:06 +000015\newcommand{\specimg}{ipodvideo}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000016%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000018%For use when referring to the player. E.g. the \daps\ capacity ...
19\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000020\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000021\newcommand{\screenshotsize}{8cm}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000022
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000023\newcommand{\ButtonLeft}{\btnfnt{Prev}}
24\newcommand{\ButtonRight}{\btnfnt{Next}}
25\newcommand{\ButtonMenu}{\btnfnt{Menu}}
26\newcommand{\ButtonPlay}{\btnfnt{Play}}
27\newcommand{\ButtonSelect}{\btnfnt{Select}}
28\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
29\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
Martin Arver0e07eff2006-08-16 15:16:15 +000030
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}
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000056\newcommand{\ActionWpsBrowse}{\ButtonSelect}
57
58%Button actions, YesNo context
59\newcommand{\ActionYesNoAccept}{\ButtonPlay}
Martin Arverfb7edc02006-10-17 10:32:55 +000060
61%Button actions, Virtual Keyboard Context
62\newcommand{\ActionKbdLeft}{\ButtonLeft}
63\newcommand{\ActionKbdRight}{\ButtonRight}
64\newcommand{\ActionKbdSelect}{\ButtonSelect}
65\newcommand{\ActionKbdDone}{Hold \ButtonSelect}
66\newcommand{\ActionKbdAbort}{\ButtonMenu}
67\newcommand{\ActionKbdUp}{\ButtonScrollBack}
68\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
Martin Arver21454842006-10-17 11:00:28 +000069
70
71%Button actions, Pitch Screen context
72\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
73\newcommand{\ActionPsIncBig}{Hold \ButtonScrollFwd}
74\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
75\newcommand{\ActionPsDecBig}{Hold \ButtonScrollBack}
76\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
77\newcommand{\ActionPsNudgeRight}{\ButtonRight}
78\newcommand{\ActionPsReset}{\ButtonMenu}
79\newcommand{\ActionPsExit}{\ButtonSelect}