Add a get_offset API call to make codec_advance_buffer_loc_callback work.
[Rockbox.git] / manual / platform / ipodnano.tex
blobfe9645fbd2fb9fd5dc88e02ade0a27304057d5b9
1 % $Id$ %
2 \def\UseOption{ipodnano}
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_4G_PAD}
9 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
10 \edef\UseOption{\UseOption,ipod}
12 \newcommand{\playerman}{Ipod}
13 \newcommand{\playertype}{Nano}
14 \newcommand{\playerlongtype}{\playertype{} 1st generation}
15 \newcommand{\genericimg}{176x132x16}
16 \newcommand{\specimg}{ipodnano}
17 %Used to name the player, e.g. ...to the \dap
18 \newcommand{\dap}{player}
19 %For use when referring to the player. E.g. the \daps\ capacity ...
20 \newcommand{\daps}{player's}
21 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
22 \newcommand{\screenshotsize}{4cm}
23 \newcommand{\disk}{flash storage}
25 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
26 \newcommand{\ButtonRight}{\btnfnt{Next}}
27 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
28 \newcommand{\ButtonPlay}{\btnfnt{Play}}
29 \newcommand{\ButtonSelect}{\btnfnt{Select}}
30 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
31 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
32 \newcommand{\ButtonHold}{\btnfnt{Hold}}
34 %Button actions, standard context
35 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
36 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
37 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
38 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
39 \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
40 \newcommand{\ActionStdContext}{Long \ButtonSelect}
41 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
42 \newcommand{\ActionStdMenu}{\ButtonMenu}
43 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
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}
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}
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}