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