Fix another oops with defining IRAMORIG twice. :p
[Rockbox.git] / manual / platform / ipod1g2g.tex
blobc35e60553daaf25a612cc292a01bf4d4472d93d8
1 % $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}
5 \edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
7 \edef\UseOption{\UseOption,CONFIG_RTC}
8 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
9 \edef\UseOption{\UseOption,SWCODEC}
10 \edef\UseOption{\UseOption,IPOD_3G_PAD}
11 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12 \edef\UseOption{\UseOption,HAVE_DIRCACHE}
13 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
14 \edef\UseOption{\UseOption,ipod}
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}
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 Forward}}
35 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll backward}}
36 \newcommand{\ButtonHold}{\btnfnt{Hold}}
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}
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}
56 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
57 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
58 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
60 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
61 \newcommand{\ActionWpsMenu}{\ButtonMenu}
62 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
65 %Button actions, tree context
66 \newcommand{\ActionTreeWps}{\ButtonPlay}
67 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
68 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
69 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
71 %Button actions, YesNo context
72 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
74 %Button actions, Setting context
75 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
76 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
78 %Button actions, Alarm screen
79 \newcommand{\ActionAlarmSet}{\ButtonSelect}
80 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
81 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
82 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
84 %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}
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}