From 0fdc2d55412bb57341eb9ee852a82b3eec2854d9 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 25 Mar 2010 20:11:34 +0000 Subject: 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 --- manual/platform/sansaclip.tex | 4 ++-- manual/platform/sansaclipplus.tex | 25 +++++++++++++++++++++++++ manual/platform/sansaclipv2.tex | 25 +++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 manual/platform/sansaclipplus.tex create mode 100644 manual/platform/sansaclipv2.tex (limited to 'manual/platform') 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} -- cgit v1.2.3