Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / ipodvideo.tex
blob34162d78f8030938358b9426faef0f60c75e3cc8
1 % $Id$ %
2 \def\UseOption{ipodvideo}
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,HAVE_CAR_ADAPTER_MODE}
8 \edef\UseOption{\UseOption,ipod}
10 \newcommand{\playerman}{Ipod}
11 \newcommand{\playertype}{Video}
12 \newcommand{\playerlongtype}{\playertype}
13 \newcommand{\genericimg}{320x240x16}
14 \newcommand{\specimg}{ipodvideo}
15 %Used to name the player, e.g. ...to the \dap
16 \newcommand{\dap}{player}
17 %For use when referring to the player. E.g. the \daps\ capacity ...
18 \newcommand{\daps}{player's}
19 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
20 \newcommand{\screenshotsize}{8cm}
21 \newcommand{\disk}{hard disk}
23 \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 Forward}}
29 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
30 \newcommand{\ButtonHold}{\btnfnt{Hold}}
32 %Button actions, standard context
33 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
34 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
35 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
36 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
37 \newcommand{\ActionStdCancel}{\ButtonLeft{} or Long \ButtonPlay}
38 \newcommand{\ActionStdContext}{Long \ButtonSelect}
39 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
40 \newcommand{\ActionStdMenu}{\ButtonMenu}
41 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
42 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
44 %Button actions, wps context
45 \newcommand{\ActionWpsPlay}{\ButtonPlay}
46 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
47 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
51 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
52 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
53 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
55 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
56 \newcommand{\ActionWpsMenu}{\ButtonMenu}
57 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
58 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
60 %Button actions, tree context
61 \newcommand{\ActionTreeWps}{\ButtonPlay}
62 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
63 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
64 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
66 %Button actions, YesNo context
67 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
69 %Button actions, Setting context
70 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
73 %Button actions, Alarm screen
74 \newcommand{\ActionAlarmSet}{\ButtonSelect}
75 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
76 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
77 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdSelect}{\ButtonSelect}
83 \newcommand{\ActionKbdDone}{\ButtonPlay}
84 \newcommand{\ActionKbdAbort}{\ButtonMenu}
85 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
86 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
87 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
88 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
90 %Button actions, Pitch Screen context
91 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
92 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
93 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
94 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
95 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
96 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
97 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
98 \newcommand{\ActionPsReset}{\ButtonMenu}
99 \newcommand{\ActionPsExit}{\ButtonSelect}
101 %Button actions, Recording screen context
102 \newcommand{\ActionRecPause}{\ButtonPlay}
103 \newcommand{\ActionRecExit}{Long \ButtonPlay}
104 \newcommand{\ActionRecMenu}{\fixme{fixme}}
105 \newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
106 \newcommand{\ActionRecSettingsDec}{\ActionSettingDec}