summaryrefslogtreecommitdiff
path: root/manual/platform/ipod3g.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/ipod3g.tex')
-rw-r--r--manual/platform/ipod3g.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
new file mode 100644
index 0000000000..7d17e8cb23
--- /dev/null
+++ b/manual/platform/ipod3g.tex
@@ -0,0 +1,55 @@
1% $Id$ %
2\def\UseOption{ipod3g}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_3G_PAD}
7\edef\UseOption{\UseOption,ipod}
8
9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{3G}
11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2}
13\newcommand{\specimg}{ipod3g}
14%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19\newcommand{\screenshotsize}{4cm}
20
21\newcommand{\ButtonLeft}{Prev}
22\newcommand{\ButtonRight}{Next}
23\newcommand{\ButtonMenu}{Menu}
24\newcommand{\ButtonPlay}{Play}
25\newcommand{\ButtonSelect}{Select}
26\newcommand{\ButtonScrollFwd}{Scroll Fwd}
27\newcommand{\ButtonScrollBack}{Scroll Back}
28
29%Button actions, standard context
30\newcommand{\ActionStdPrev}{\ButtonScrollBack}
31\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
32\newcommand{\ActionStdNext}{\ButtonScrollFwd}
33\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
34\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
35\newcommand{\ActionStdContext}{Long \ButtonSelect}
36\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
37\newcommand{\ActionStdMenu}{\ButtonMenu}
38\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
39
40%Button actions, wps context
41\newcommand{\ActionWpsPlay}{\ButtonPlay}
42\newcommand{\ActionWpsSkipNext}{\ButtonRight}
43\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
45\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
46
47\newcommand{\ActionWpsStop}{Long \ButtonPlay}
48\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
49\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
50
51\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
52\newcommand{\ActionWpsMenu}{\ButtonMenu}
53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect}
55