From c5bffb1289ea0f2042d1b6523b29b46a41368bb5 Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Thu, 29 Jan 2009 04:11:44 +0000 Subject: Some various pieces of manual work: Fixed installation instructions for the e200 and c200 under Mac OS X, added a warning about v2 firmwares to the Sansa install page, and the very beginnings of a Sansa Clip manual (which still needs a lot of work!) Also fixed up the blind descriptions for the Archos Player and Recorder, and some little typo fixes here and there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19878 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/clip.tex | 24 ++++++++++++++++++++++++ manual/platform/keymap-clip.tex | 30 ++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 manual/platform/clip.tex create mode 100644 manual/platform/keymap-clip.tex (limited to 'manual/platform') diff --git a/manual/platform/clip.tex b/manual/platform/clip.tex new file mode 100644 index 0000000000..0f2192c926 --- /dev/null +++ b/manual/platform/clip.tex @@ -0,0 +1,24 @@ +% Id: % +\def\UseOption{clip} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} +\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,sansa} + +\newcommand{\playerman}{Sansa} +\newcommand{\playertype}{Clip} +\newcommand{\playerlongtype}{\playertype} +\newcommand{\genericimg}{128x64x1} +\newcommand{\specimg}{Clip} +%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{\screenshotsize}{3cm} +\newcommand{\disk}{flash storage} + +% link external keymap file +\input{platform/keymap-clip.tex} \ No newline at end of file diff --git a/manual/platform/keymap-clip.tex b/manual/platform/keymap-clip.tex new file mode 100644 index 0000000000..d9ea07d0d3 --- /dev/null +++ b/manual/platform/keymap-clip.tex @@ -0,0 +1,30 @@ +% $Id: + +\newcommand{\ButtonLeft}{\btnfnt{Left}} +\newcommand{\ButtonRight}{\btnfnt{Right}} +\newcommand{\ButtonHome}{\btnfnt{Home}} +\newcommand{\ButtonUp}{\btnfnt{Play}} +\newcommand{\ButtonDown}{\btnfnt{Submenu}} +\newcommand{\ButtonSelect}{\btnfnt{Select}} +\newcommand{\ButtonPower}{\btnfnt{Power}} +\newcommand{\ButtonVolUp}{\btnfnt{Volume Up}} +\newcommand{\ButtonVolDown}{\btnfnt{Volume Down}} +\newcommand{\ButtonHold}{\btnfnt{Hold}} + +%Button actions, standard context + +%Button actions, wps context + +%Button actions, tree context + +%Button actions, YesNo context + +%Button actions, Setting context + +%Button actions, Virtual Keyboard Context + +%Button actions, Pitch Screen context + +%Button actions, Recording screen context + +%Button actions, FM radio context \ No newline at end of file -- cgit v1.2.3