Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / ipodcolor.tex
blob315761fde939dbe8d4abec837bc32ad6e9f11112
1 % $Id$ %
2 \def\UseOption{ipodcolor}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,IPOD_4G_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,ipod}
9 \newcommand{\playerman}{Ipod}
10 \newcommand{\playertype}{Color}
11 \newcommand{\playerlongtype}{\playertype}
12 \newcommand{\genericimg}{220x176x16}
13 \newcommand{\specimg}{ipodcolor}
14 %Used to name the player, e.g. ...to the \dap
15 \newcommand{\dap}{player}
16 %For use when referring to the player. E.g. the \daps\ capacity ...
17 \newcommand{\daps}{player's}
18 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19 \newcommand{\screenshotsize}{6cm}
20 \newcommand{\disk}{hard disk}
22 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
23 \newcommand{\ButtonRight}{\btnfnt{Next}}
24 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
25 \newcommand{\ButtonPlay}{\btnfnt{Play}}
26 \newcommand{\ButtonSelect}{\btnfnt{Select}}
27 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
28 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
29 \newcommand{\ButtonHold}{\btnfnt{Hold}}
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 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
43 %Button actions, wps context
44 \newcommand{\ActionWpsPlay}{\ButtonPlay}
45 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
46 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
47 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
48 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
51 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
52 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
54 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
55 \newcommand{\ActionWpsMenu}{\ButtonMenu}
56 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
57 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
59 %Button actions, tree context
60 \newcommand{\ActionTreeWps}{\ButtonPlay}
61 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
62 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
63 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
65 %Button actions, YesNo context
66 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
68 %Button actions, Setting context
69 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
70 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
72 %Button actions, Alarm screen
73 \newcommand{\ActionAlarmSet}{\ButtonSelect}
74 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
75 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
76 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
78 %Button actions, Virtual Keyboard Context
79 \newcommand{\ActionKbdLeft}{\ButtonLeft}
80 \newcommand{\ActionKbdRight}{\ButtonRight}
81 \newcommand{\ActionKbdSelect}{\ButtonSelect}
82 \newcommand{\ActionKbdDone}{\ButtonPlay}
83 \newcommand{\ActionKbdAbort}{\ButtonMenu}
84 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
85 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
86 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
87 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
89 %Button actions, Pitch Screen context
90 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
91 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
92 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
93 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
94 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
95 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
96 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
97 \newcommand{\ActionPsReset}{\ButtonMenu}
98 \newcommand{\ActionPsExit}{\ButtonSelect}
100 %Button actions, Recording screen context
101 \newcommand{\ActionRecPause}{\ButtonPlay}
102 \newcommand{\ActionRecExit}{Long \ButtonPlay}
103 \newcommand{\ActionRecMenu}{\fixme{fixme}}
104 \newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
105 \newcommand{\ActionRecSettingsDec}{\ActionSettingDec}