summaryrefslogtreecommitdiffstats
path: root/manual/platform
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2010-03-25 20:11:34 +0000
committerDave Chapman <dave@dchapman.com>2010-03-25 20:11:34 +0000
commit0fdc2d55412bb57341eb9ee852a82b3eec2854d9 (patch)
tree0c3dc731657eb5941a18f2c5d2f14a405ea1de43 /manual/platform
parent57b3d0952540e643c03777da096580ca3dd0f11c (diff)
downloadrockbox-0fdc2d55412bb57341eb9ee852a82b3eec2854d9.tar.gz
rockbox-0fdc2d55412bb57341eb9ee852a82b3eec2854d9.zip
Initial manuals for clipv2 and clip+, with corrected installation instructions. The player picture in Chapter 3 is the same as the Clipv1 for both Clipv2 and Clip+ - this needs changing for the Clip+.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/sansaclip.tex4
-rw-r--r--manual/platform/sansaclipplus.tex25
-rw-r--r--manual/platform/sansaclipv2.tex25
3 files changed, 52 insertions, 2 deletions
diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex
index c92f2d286a..a39528fdc4 100644
--- a/manual/platform/sansaclip.tex
+++ b/manual/platform/sansaclip.tex
@@ -1,5 +1,5 @@
% Id: %
-\def\UseOption{clip}
+\def\UseOption{clipv1}
\edef\UseOption{\UseOption,SANSA_CLIP_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Clip}
-\newcommand{\playerlongtype}{\playertype}
+\newcommand{\playerlongtype}{Clip v1}
\newcommand{\genericimg}{128x64x1}
\newcommand{\specimg}{sansaclip}
%Used to name the player, e.g. ...to the \dap
diff --git a/manual/platform/sansaclipplus.tex b/manual/platform/sansaclipplus.tex
new file mode 100644
index 0000000000..b0cefd42e1
--- /dev/null
+++ b/manual/platform/sansaclipplus.tex
@@ -0,0 +1,25 @@
+% Id: %
+\def\UseOption{clipplus}
+\edef\UseOption{\UseOption,SANSA_CLIP_PAD}
+\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
+\edef\UseOption{\UseOption,sansaAMS}
+\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
+
+\newcommand{\playerman}{Sansa}
+\newcommand{\playertype}{Clip+}
+\newcommand{\playerlongtype}{\playertype}
+\newcommand{\genericimg}{128x64x1}
+\newcommand{\specimg}{sansaclip}
+%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.sansa}}
+\newcommand{\firmwareextension}{\fname{sansa}}
+\newcommand{\screenshotsize}{3cm}
+\newcommand{\disk}{flash storage}
+
+% link external keymap file
+\input{platform/keymap-sansaclip.tex}
diff --git a/manual/platform/sansaclipv2.tex b/manual/platform/sansaclipv2.tex
new file mode 100644
index 0000000000..ba053535a6
--- /dev/null
+++ b/manual/platform/sansaclipv2.tex
@@ -0,0 +1,25 @@
+% Id: %
+\def\UseOption{clipv2}
+\edef\UseOption{\UseOption,SANSA_CLIP_PAD}
+\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
+\edef\UseOption{\UseOption,sansaAMS}
+\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
+
+\newcommand{\playerman}{Sansa}
+\newcommand{\playertype}{Clip}
+\newcommand{\playerlongtype}{Clip v2}
+\newcommand{\genericimg}{128x64x1}
+\newcommand{\specimg}{sansaclip}
+%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.sansa}}
+\newcommand{\firmwareextension}{\fname{sansa}}
+\newcommand{\screenshotsize}{3cm}
+\newcommand{\disk}{flash storage}
+
+% link external keymap file
+\input{platform/keymap-sansaclip.tex}