blob: cb1646ea6133b58ab24f0e8f9e483fe24bb72bac [file] [log] [blame]
Dominik Riebeling4f281292007-07-30 21:09:27 +00001% $Id: ipod3g.tex 13422 2007-05-19 19:21:52Z christi $ %
2\def\UseOption{ipod1g2g}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\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}
Dominik Riebeling4f281292007-07-30 21:09:27 +00007\edef\UseOption{\UseOption,CONFIG_RTC}
8\edef\UseOption{\UseOption,HAVE_RTC_ALARM}
9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IPOD_3G_PAD}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000011\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
Marianne Arnoldd0415212007-12-25 19:55:22 +000012\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
Dominik Riebeling4f281292007-07-30 21:09:27 +000014\edef\UseOption{\UseOption,ipod}
15
16\newcommand{\playerman}{Ipod}
17\newcommand{\playertype}{1G / 2G}
18\newcommand{\playerlongtype}{\playertype}
19\newcommand{\genericimg}{160x128x2}
20\newcommand{\specimg}{ipod1g2g}
21%Used to name the player, e.g. ...to the \dap
22\newcommand{\dap}{player}
23%For use when referring to the player. E.g. the \daps\ capacity ...
24\newcommand{\daps}{player's}
25\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
26\newcommand{\screenshotsize}{4cm}
27\newcommand{\disk}{hard disk}
28
29\newcommand{\ButtonLeft}{\btnfnt{Prev}}
30\newcommand{\ButtonRight}{\btnfnt{Next}}
31\newcommand{\ButtonMenu}{\btnfnt{Menu}}
32\newcommand{\ButtonPlay}{\btnfnt{Play}}
33\newcommand{\ButtonSelect}{\btnfnt{Select}}
34\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
35\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
36\newcommand{\ButtonHold}{\btnfnt{Hold}}
37
38%Button actions, standard context
39\newcommand{\ActionStdPrev}{\ButtonScrollBack}
40\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
41\newcommand{\ActionStdNext}{\ButtonScrollFwd}
42\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
43\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
44\newcommand{\ActionStdContext}{Long \ButtonSelect}
45\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
46\newcommand{\ActionStdMenu}{\ButtonMenu}
47\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
48
49%Button actions, wps context
50\newcommand{\ActionWpsPlay}{\ButtonPlay}
51\newcommand{\ActionWpsSkipNext}{\ButtonRight}
52\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
53\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
54\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
55
56\newcommand{\ActionWpsStop}{Long \ButtonPlay}
57\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
58\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
59
60\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
61\newcommand{\ActionWpsMenu}{\ButtonMenu}
62\newcommand{\ActionWpsContext}{Long \ButtonSelect}
63\newcommand{\ActionWpsBrowse}{\ButtonSelect}
64
65%Button actions, tree context
66\newcommand{\ActionTreeWps}{\ButtonPlay}
67\newcommand{\ActionTreeStop}{Long \ButtonPlay}
68\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
69\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
70
71%Button actions, YesNo context
72\newcommand{\ActionYesNoAccept}{\ButtonPlay}
73
74%Button actions, Setting context
75\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
76\newcommand{\ActionSettingDec}{\ButtonScrollBack}
77
Nils Wallménius1dd9feb2007-10-07 15:02:19 +000078%Button actions, Alarm screen
79\newcommand{\ActionAlarmSet}{\ButtonSelect}
80\newcommand{\ActionAlarmCancel}{\ButtonMenu}
Nils Wallménius203f38a2007-11-14 17:55:46 +000081\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
82\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
Nils Wallménius1dd9feb2007-10-07 15:02:19 +000083
Dominik Riebeling4f281292007-07-30 21:09:27 +000084%Button actions, Virtual Keyboard Context
85\newcommand{\ActionKbdLeft}{\ButtonLeft}
86\newcommand{\ActionKbdRight}{\ButtonRight}
87\newcommand{\ActionKbdSelect}{\ButtonSelect}
88\newcommand{\ActionKbdDone}{\ButtonPlay}
89\newcommand{\ActionKbdAbort}{\ButtonMenu}
90\newcommand{\ActionKbdUp}{\ButtonScrollBack}
91\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
92\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
93\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
94
95%Button actions, Pitch Screen context
96\newcommand{\ActionPsToggleMode}{\ButtonPlay}
97\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
98\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
99\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
100\newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
101\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
102\newcommand{\ActionPsNudgeRight}{\ButtonRight}
103\newcommand{\ActionPsReset}{\ButtonMenu}
104\newcommand{\ActionPsExit}{\ButtonSelect}