c200v2 manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2b0db13b51
commit
95cbbd1c40
3 changed files with 30 additions and 11 deletions
|
@ -11,7 +11,7 @@ before beginning there are a few things it is important to know.
|
||||||
follow the instructions at
|
follow the instructions at
|
||||||
\url{http://www.rockbox.org/twiki/bin/view/Main/SansaE200RInstallation}.}}
|
\url{http://www.rockbox.org/twiki/bin/view/Main/SansaE200RInstallation}.}}
|
||||||
|
|
||||||
\opt{ipodnano,ipodnano2g,ipodvideo,e200,c200,e200v2,clipv1,clipv2,cowond2,fuze,fuzev2}{
|
\opt{ipodnano,ipodnano2g,ipodvideo,e200,c200,c200v2,e200v2,clipv1,clipv2,cowond2,fuze,fuzev2}{
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Supported hardware versions.]
|
\item[Supported hardware versions.]
|
||||||
\opt{ipodnano,ipodnano2g}{
|
\opt{ipodnano,ipodnano2g}{
|
||||||
|
@ -28,15 +28,7 @@ follow the instructions at
|
||||||
For information on identifying which Ipod you own, see this page on Apple's
|
For information on identifying which Ipod you own, see this page on Apple's
|
||||||
website: \url{http://www.info.apple.com/kbnum/n61688}.
|
website: \url{http://www.info.apple.com/kbnum/n61688}.
|
||||||
}
|
}
|
||||||
\opt{c200}{
|
\opt{c200,c200v2,e200,e200v2}{
|
||||||
The \playertype{} is available in multiple versions, not
|
|
||||||
all of which run Rockbox. Rockbox doesn't run on the
|
|
||||||
newer v2 models. They can be identified
|
|
||||||
by checking the Sandisk firmware version number under
|
|
||||||
Settings $\rightarrow$ Info. The v1
|
|
||||||
firmware is named 01.xx.xx, while the v2 firmware begins with 03.
|
|
||||||
}
|
|
||||||
\opt{e200,e200v2}{
|
|
||||||
The \playertype{} is available in multiple versions, and you need to make
|
The \playertype{} is available in multiple versions, and you need to make
|
||||||
sure which you have by checking the Sandisk firmware version number under
|
sure which you have by checking the Sandisk firmware version number under
|
||||||
Settings $\rightarrow$ Info. The v1 firmware is named 01.xx.xx, while the
|
Settings $\rightarrow$ Info. The v1 firmware is named 01.xx.xx, while the
|
||||||
|
|
27
manual/platform/sansac200v2.tex
Normal file
27
manual/platform/sansac200v2.tex
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
% $Id$ %
|
||||||
|
\def\UseOption{c200v2}
|
||||||
|
\edef\UseOption{\UseOption,SANSA_C200_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}{c200v2 Series}
|
||||||
|
\newcommand{\playerlongtype}{\playertype}
|
||||||
|
\newcommand{\dapdisplaywidth}{132}
|
||||||
|
\newcommand{\dapdisplayheight}{80}
|
||||||
|
\newcommand{\dapdisplaydepth}{16}
|
||||||
|
\newcommand{\specimg}{sansac200}
|
||||||
|
%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}{4cm}
|
||||||
|
\newcommand{\disk}{flash storage}
|
||||||
|
|
||||||
|
% link external keymap file
|
||||||
|
\input{platform/keymap-sansac200.tex}
|
|
@ -77,7 +77,7 @@ the \setting{Show Files} setting to all.
|
||||||
& If there is an audio file playing, return to the
|
& If there is an audio file playing, return to the
|
||||||
\setting{While Playing Screen} (WPS) without stopping playback.\\
|
\setting{While Playing Screen} (WPS) without stopping playback.\\
|
||||||
%
|
%
|
||||||
\nopt{player,c200}%
|
\nopt{player,SANSA_C200_PAD}%
|
||||||
{%
|
{%
|
||||||
\ActionTreeStop
|
\ActionTreeStop
|
||||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCTreeStop}
|
\opt{HAVEREMOTEKEYMAP}{& \ActionRCTreeStop}
|
||||||
|
|
Loading…
Reference in a new issue