Minor missing #include and static function fixes for mrobe
[kugel-rb.git] / manual / platform / ipodvideo.tex
blobfed9a389025ad91f4249068b10da2ffb00b1961d
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{\ActionQuickScreenExit}{\ButtonMenu}
41 \newcommand{\ActionStdMenu}{\ButtonMenu}
42 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
43 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
45 %Button actions, wps context
46 \newcommand{\ActionWpsPlay}{\ButtonPlay}
47 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
48 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
50 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
52 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
53 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
54 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
56 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
57 \newcommand{\ActionWpsMenu}{\ButtonMenu}
58 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
59 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
61 %Button actions, tree context
62 \newcommand{\ActionTreeWps}{\ButtonPlay}
63 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
64 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
65 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
67 %Button actions, YesNo context
68 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
70 %Button actions, Setting context
71 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
72 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
74 %Button actions, Alarm screen
75 \newcommand{\ActionAlarmSet}{\ButtonSelect}
76 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
77 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
78 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
80 %Button actions, Virtual Keyboard Context
81 \newcommand{\ActionKbdLeft}{\ButtonLeft}
82 \newcommand{\ActionKbdRight}{\ButtonRight}
83 \newcommand{\ActionKbdSelect}{\ButtonSelect}
84 \newcommand{\ActionKbdDone}{\ButtonPlay}
85 \newcommand{\ActionKbdAbort}{\ButtonMenu}
86 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
87 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
88 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
89 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
91 %Button actions, Pitch Screen context
92 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
93 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
94 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
95 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
96 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
97 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
98 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
99 \newcommand{\ActionPsReset}{\ButtonMenu}
100 \newcommand{\ActionPsExit}{\ButtonSelect}
102 %Button actions, Recording screen context
103 \newcommand{\ActionRecPause}{\ButtonPlay}
104 \newcommand{\ActionRecExit}{\ButtonMenu}
105 \newcommand{\ActionRecMenu}{Long \ButtonSelect}
106 \newcommand{\ActionRecNewfile}{Long \ButtonPlay}
107 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
108 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
109 \newcommand{\ActionRecPrev}{\ButtonScrollBack}
110 \newcommand{\ActionRecNext}{\ButtonScrollFwd}