Dealing with the description of flash based vs. hard disk based players in the manual...
[kugel-rb.git] / manual / platform / ipod3g.tex
blob9f646ac91c09ddac05a30465515abfe427273aca
1 % $Id$ %
2 \def\UseOption{ipod3g}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,CONFIG_RTC}
6 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
7 \edef\UseOption{\UseOption,SWCODEC}
8 \edef\UseOption{\UseOption,IPOD_3G_PAD}
9 \edef\UseOption{\UseOption,ipod}
11 \newcommand{\playerman}{Ipod}
12 \newcommand{\playertype}{3G}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{160x128x2}
15 \newcommand{\specimg}{ipod3g}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's}
20 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
21 \newcommand{\screenshotsize}{4cm}
22 \newcommand{\disk}{hard disk}
24 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
25 \newcommand{\ButtonRight}{\btnfnt{Next}}
26 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play}}
28 \newcommand{\ButtonSelect}{\btnfnt{Select}}
29 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
30 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
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}
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, Virtual Keyboard Context
73 \newcommand{\ActionKbdLeft}{\ButtonLeft}
74 \newcommand{\ActionKbdRight}{\ButtonRight}
75 \newcommand{\ActionKbdSelect}{\ButtonSelect}
76 \newcommand{\ActionKbdDone}{\ButtonPlay}
77 \newcommand{\ActionKbdAbort}{\ButtonMenu}
78 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
79 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
80 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
81 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
83 %Button actions, Pitch Screen context
84 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
85 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
86 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
87 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
88 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
89 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
90 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
91 \newcommand{\ActionPsReset}{\ButtonMenu}
92 \newcommand{\ActionPsExit}{\ButtonSelect}