From 5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sun, 19 Mar 2006 21:33:56 +0000 Subject: Add new options (SWCODEC,MASCODEC) to be able to include e.g. equalizer etc for sw codec platforms. Adds button macros and pad definitions, using a similar naming as that of the source code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9123 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/ipodvideo.tex | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'manual/platform/ipodvideo.tex') diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index d29fb85105..e3eb337d8e 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -1,9 +1,20 @@ \def\UseOption{ipodvideo} \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} \edef\UseOption{\UseOption,CONFIG_RTC} +\edef\UseOption{\UseOption,SWCODEC} +\edef\UseOption{\UseOption,IPOD_4G_PAD} \newcommand{\playerman}{Apple} \newcommand{\playertype}{iPod Video} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{320x240x16} -\newcommand{\dap}{player} \ No newline at end of file +%Used to name the player, e.g. ...to the \dap +\newcommand{\dap}{player} + +\newcommand{\ButtonLeft}{Prev} +\newcommand{\ButtonRight}{Next} +\newcommand{\ButtonMenu}{Menu} +\newcommand{\ButtonPlay}{Play} +\newcommand{\ButtonSelect}{Select} +\newcommand{\ButtonScrollFwd}{Scroll Fwd} +\newcommand{\ButtonScrollBack}{Scroll Back} \ No newline at end of file -- cgit v1.2.3