diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-19 21:33:56 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-19 21:33:56 +0000 |
| commit | 5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe (patch) | |
| tree | b48c5ef758bdd57b1fd74695a2de60cc586e13e9 /manual/platform/recorder.tex | |
| parent | e6efa383214d4e412667df07d69ae07d4ccfffd2 (diff) | |
| download | rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.zip rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.tar.gz rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.tar.bz2 rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.tar.xz | |
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
Diffstat (limited to 'manual/platform/recorder.tex')
| -rw-r--r-- | manual/platform/recorder.tex | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index 5b30c24..79669c7 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex @@ -2,9 +2,23 @@ \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} \edef\UseOption{\UseOption,HAVE_RECORDING} \edef\UseOption{\UseOption,CONFIG_RTC} +\edef\UseOption{\UseOption,MASCODEC} +\edef\UseOption{\UseOption,RECORDER_PAD} \newcommand{\playerman}{Archos} \newcommand{\playertype}{Recorder} \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} \newcommand{\genericimg}{112x64x1} -\newcommand{\dap}{player}
\ No newline at end of file +%Used to name the player, e.g. ...to the \dap +\newcommand{\dap}{player} + +\newcommand{\ButtonOn}{On} +\newcommand{\ButtonOff}{Stop} +\newcommand{\ButtonPlay}{Play} +\newcommand{\ButtonUp}{Up} +\newcommand{\ButtonDown}{Down} +\newcommand{\ButtonLeft}{Left} +\newcommand{\ButtonRight}{Right} +\newcommand{\ButtonFOne}{F1} +\newcommand{\ButtonFTwo}{F2} +\newcommand{\ButtonFThree}{F3}
\ No newline at end of file |