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/h1xx.tex | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'manual/platform/h1xx.tex') diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 7e16ce85f5..be31e650db 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -2,9 +2,23 @@ \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} \edef\UseOption{\UseOption,HAVE_RECORDING} \edef\UseOption{\UseOption,CONFIG_TUNER} +\edef\UseOption{\UseOption,SWCODEC} +\edef\UseOption{\UseOption,IRIVER_H100_PAD} \newcommand{\playerman}{iRiver} \newcommand{\playertype}{H1xx} \newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} \newcommand{\genericimg}{160x128x2} -\newcommand{\dap}{player} \ No newline at end of file +%Used to name the player, e.g. ...to the \dap +\newcommand{\dap}{player} + +\newcommand{\ButtonLeft}{Left} +\newcommand{\ButtonRight}{Right} +\newcommand{\ButtonUp}{Up} +\newcommand{\ButtonDown}{Down} +\newcommand{\ButtonSelect}{Select} +\newcommand{\ButtonMode}{A-B} +\newcommand{\ButtonRec}{Rec} +\newcommand{\ButtonOn}{Play} +\newcommand{\ButtonOff}{Stop} + -- cgit v1.2.3