summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-23 17:10:08 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-23 17:10:08 +0000
commitd5fe8030baccc17d22c3ecdf2d4af77b71e41c82 (patch)
tree9b735c613910b28d4725bc9fe45c86250673fd11 /manual/platform
parent584853b5824c0c92946d2581afc3f3d84cee62a4 (diff)
Enable manual builds for the Ipod 3g
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-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 @@
+% $Id$ %
+\def\UseOption{ipod3g}
+\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
+\edef\UseOption{\UseOption,CONFIG_RTC}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,IPOD_3G_PAD}
+\edef\UseOption{\UseOption,ipod}
+
+\newcommand{\playerman}{Ipod}
+\newcommand{\playertype}{3G}
+\newcommand{\playerlongtype}{\playertype}
+\newcommand{\genericimg}{160x128x2}
+\newcommand{\specimg}{ipod3g}
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+%For use when referring to the player. E.g. the \daps\ capacity ...
+\newcommand{\daps}{player's}
+\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
+\newcommand{\screenshotsize}{4cm}
+
+\newcommand{\ButtonLeft}{Prev}
+\newcommand{\ButtonRight}{Next}
+\newcommand{\ButtonMenu}{Menu}
+\newcommand{\ButtonPlay}{Play}
+\newcommand{\ButtonSelect}{Select}
+\newcommand{\ButtonScrollFwd}{Scroll Fwd}
+\newcommand{\ButtonScrollBack}{Scroll Back}
+
+%Button actions, standard context
+\newcommand{\ActionStdPrev}{\ButtonScrollBack}
+\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
+\newcommand{\ActionStdNext}{\ButtonScrollFwd}
+\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
+\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
+\newcommand{\ActionStdContext}{Long \ButtonSelect}
+\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
+\newcommand{\ActionStdMenu}{\ButtonMenu}
+\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
+
+%Button actions, wps context
+\newcommand{\ActionWpsPlay}{\ButtonPlay}
+\newcommand{\ActionWpsSkipNext}{\ButtonRight}
+\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
+\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
+\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
+
+\newcommand{\ActionWpsStop}{Long \ButtonPlay}
+\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
+\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
+
+\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
+\newcommand{\ActionWpsMenu}{\ButtonMenu}
+\newcommand{\ActionWpsContext}{Long \ButtonSelect}
+\newcommand{\ActionWpsBrowse}{\ButtonSelect}
+