blob: c9193bd5fc26e6b18df10de0e28ebdac774a29d6 [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Martin Arverc94f4722006-03-21 20:12:04 +00002\def\UseOption{ipod4g}
Barry Wardell55c92972006-10-10 17:53:42 +00003\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
Martin Arverc94f4722006-03-21 20:12:04 +00004\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +00005\edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
Martin Arverc94f4722006-03-21 20:12:04 +00007\edef\UseOption{\UseOption,CONFIG_RTC}
Nils Wallménius909b9462007-03-03 00:07:31 +00008\edef\UseOption{\UseOption,HAVE_RTC_ALARM}
Martin Arverc94f4722006-03-21 20:12:04 +00009\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IPOD_4G_PAD}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000011\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
Martin Arver4c981062006-06-07 18:48:56 +000012\edef\UseOption{\UseOption,ipod}
Martin Arverc94f4722006-03-21 20:12:04 +000013
Martin Arverb1585752006-03-30 21:33:20 +000014\newcommand{\playerman}{Ipod}
15\newcommand{\playertype}{4G}
Martin Arverc94f4722006-03-21 20:12:04 +000016\newcommand{\playerlongtype}{\playertype}
17\newcommand{\genericimg}{160x128x2}
Dominik Riebeling5be45092006-06-04 11:20:06 +000018\newcommand{\specimg}{ipod4g}
Martin Arverc94f4722006-03-21 20:12:04 +000019%Used to name the player, e.g. ...to the \dap
20\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000021%For use when referring to the player. E.g. the \daps\ capacity ...
22\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000023\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000024\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000025\newcommand{\disk}{hard disk}
Martin Arverc94f4722006-03-21 20:12:04 +000026
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000027\newcommand{\ButtonLeft}{\btnfnt{Prev}}
28\newcommand{\ButtonRight}{\btnfnt{Next}}
29\newcommand{\ButtonMenu}{\btnfnt{Menu}}
30\newcommand{\ButtonPlay}{\btnfnt{Play}}
31\newcommand{\ButtonSelect}{\btnfnt{Select}}
32\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
33\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
Christi Scarborough94a37252007-05-19 19:21:52 +000034\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arver0e07eff2006-08-16 15:16:15 +000035
36%Button actions, standard context
37\newcommand{\ActionStdPrev}{\ButtonScrollBack}
38\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
39\newcommand{\ActionStdNext}{\ButtonScrollFwd}
40\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
41\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
42\newcommand{\ActionStdContext}{Long \ButtonSelect}
43\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
44\newcommand{\ActionStdMenu}{\ButtonMenu}
45\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
46
47%Button actions, wps context
48\newcommand{\ActionWpsPlay}{\ButtonPlay}
49\newcommand{\ActionWpsSkipNext}{\ButtonRight}
50\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53
54\newcommand{\ActionWpsStop}{Long \ButtonPlay}
55\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
56\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
57
58\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
59\newcommand{\ActionWpsMenu}{\ButtonMenu}
60\newcommand{\ActionWpsContext}{Long \ButtonSelect}
61\newcommand{\ActionWpsBrowse}{\ButtonSelect}
62
Nils Wallménius74369b42006-12-04 20:55:03 +000063%Button actions, tree context
64\newcommand{\ActionTreeWps}{\ButtonPlay}
65\newcommand{\ActionTreeStop}{Long \ButtonPlay}
66\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
67\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
68
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000069%Button actions, YesNo context
70\newcommand{\ActionYesNoAccept}{\ButtonPlay}
Martin Arverfb7edc02006-10-17 10:32:55 +000071
Nils Wallménius70b4ea92007-03-03 01:35:01 +000072%Button actions, Setting context
73\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
74\newcommand{\ActionSettingDec}{\ButtonScrollBack}
75
Nils Wallménius1dd9feb2007-10-07 15:02:19 +000076%Button actions, Alarm screen
77\newcommand{\ActionAlarmSet}{\ButtonSelect}
78\newcommand{\ActionAlarmCancel}{\ButtonMenu}
79
Martin Arverfb7edc02006-10-17 10:32:55 +000080%Button actions, Virtual Keyboard Context
81\newcommand{\ActionKbdLeft}{\ButtonLeft}
82\newcommand{\ActionKbdRight}{\ButtonRight}
83\newcommand{\ActionKbdSelect}{\ButtonSelect}
Nils Wallménius49385672006-12-18 20:01:36 +000084\newcommand{\ActionKbdDone}{\ButtonPlay}
Martin Arverfb7edc02006-10-17 10:32:55 +000085\newcommand{\ActionKbdAbort}{\ButtonMenu}
86\newcommand{\ActionKbdUp}{\ButtonScrollBack}
87\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
Nils Wallménius49385672006-12-18 20:01:36 +000088\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
89\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
Martin Arver21454842006-10-17 11:00:28 +000090
91%Button actions, Pitch Screen context
Nils Wallméniusc4a87312006-12-01 13:11:19 +000092\newcommand{\ActionPsToggleMode}{\ButtonPlay}
Martin Arver21454842006-10-17 11:00:28 +000093\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
Martin Arvere997c522006-11-30 15:45:45 +000094\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
Martin Arver21454842006-10-17 11:00:28 +000095\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
Martin Arvere997c522006-11-30 15:45:45 +000096\newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
Martin Arver21454842006-10-17 11:00:28 +000097\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
98\newcommand{\ActionPsNudgeRight}{\ButtonRight}
99\newcommand{\ActionPsReset}{\ButtonMenu}
100\newcommand{\ActionPsExit}{\ButtonSelect}