From 19694e50687feb817d58636f9244be2f072a75e6 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 1 Jan 2012 10:16:33 +0000 Subject: Manual: add initial Fuze+ files. Add the platform files and player images. This doesn't make the Fuze+ manual build yet, since some keys used in generic text are still missing. Taken out of FS#12492 by Jean-Louis Biasini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31511 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/keymap-sansafuzeplus.tex | 154 +++ manual/platform/sansafuzeplus.tex | 26 + .../images/sansafuzeplus-front.pdf | Bin 0 -> 22905 bytes .../images/sansafuzeplus-front.png | Bin 0 -> 63845 bytes .../images/sansafuzeplus-front.svg | 1439 ++++++++++++++++++++ 5 files changed, 1619 insertions(+) create mode 100644 manual/platform/keymap-sansafuzeplus.tex create mode 100644 manual/platform/sansafuzeplus.tex create mode 100644 manual/rockbox_interface/images/sansafuzeplus-front.pdf create mode 100644 manual/rockbox_interface/images/sansafuzeplus-front.png create mode 100644 manual/rockbox_interface/images/sansafuzeplus-front.svg (limited to 'manual') diff --git a/manual/platform/keymap-sansafuzeplus.tex b/manual/platform/keymap-sansafuzeplus.tex new file mode 100644 index 0000000000..1a81ae8d23 --- /dev/null +++ b/manual/platform/keymap-sansafuzeplus.tex @@ -0,0 +1,154 @@ +\newcommand{\ButtonLeft}{\btnfnt{Left}} +\newcommand{\ButtonRight}{\btnfnt{Right}} +\newcommand{\ButtonUp}{\btnfnt{Up}} +\newcommand{\ButtonDown}{\btnfnt{Down}} + +\newcommand{\ButtonBack}{\btnfnt{Back}} +\newcommand{\ButtonPlayPause}{\btnfnt{Play/Pause}} +\newcommand{\ButtonSelect}{\btnfnt{Select}} +\newcommand{\ButtonBottomLeft}{\btnfnt{Bottom-Left}} +\newcommand{\ButtonBottomRight}{\btnfnt{Bottom-Right}} + +\newcommand{\ButtonVolUp}{\btnfnt{Volume Up}} +\newcommand{\ButtonVolDown}{\btnfnt{Volume Down}} +\newcommand{\ButtonPower}{\btnfnt{Power}} + +%Button actions, standard context +\newcommand{\ActionStdPrev}{\ButtonUp} +\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} +\newcommand{\ActionStdNext}{\ButtonDown} +\newcommand{\ActionStdNextRepeat}{Long \ButtonDown} + +\newcommand{\ActionStdContext}{Long \ButtonSelect{} or Long \ButtonRight} + +\newcommand{\ActionStdCancel}{\ButtonBack{} or \ButtonLeft} +\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} + +\newcommand{\ActionStdRec}{} +\newcommand{\ActionStdQuickScreen}{} +\newcommand{\ActionStdMenu}{} +\newcommand{\ActionQuickScreenExit}{Any corner keys or \ButtonSelect} + +%Button actions, wps context +\newcommand{\ActionWpsPlay}{\ButtonPlayPause} +\newcommand{\ActionWpsStop}{Long \ButtonPlayPause} + +\newcommand{\ActionWpsContext}{Long \ButtonSelect} + +\newcommand{\ActionWpsSkipNext}{\ButtonRight} +\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} +\newcommand{\ActionWpsSkipPrev}{\ButtonLeft} +\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} + +\newcommand{\ActionWpsVolDown}{\ButtonVolDown{} or \ButtonDown} +\newcommand{\ActionWpsVolUp}{\ButtonVolUp{} or \ButtonUp} + +\newcommand{\ActionWpsMenu}{\ButtonBack} +\newcommand{\ActionWpsBrowse}{\ButtonSelect} +\newcommand{\ActionWpsPitchScreen}{Long \ButtonBottomLeft} +\newcommand{\ActionWpsQuickScreen}{\ButtonBottomLeft} +\newcommand{\ActionWpsIdThreeScreen}{Long \ButtonBottomRight} + +\newcommand{\ActionWpsHotkey}{\ButtonBottomRight} + +\newcommand{\ActionWpsPlaylist}{} +%\newcommand{\ActionWpsAbSetBNextDir}{} +%\newcommand{\ActionWpsAbSetAPrevDir}{} +%\newcommand{\ActionWpsAbReset}{} + +%Button actions, tree context +\newcommand{\ActionTreeWps}{\ButtonPlayPause} +\newcommand{\ActionTreeStop}{Long \ButtonPlayPause} + +\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} +\newcommand{\ActionTreeParentDirectory}{\ButtonBack} + +\newcommand{\ActionTreeHotkey}{} + +%Button actions, YesNo context +\newcommand{\ActionYesNoAccept}{\ButtonSelect} + +%Button actions, Setting context +\newcommand{\ActionSettingInc}{\ButtonUp} +\newcommand{\ActionSettingDec}{\ButtonDown} + +%Button actions, Alarm screen +\newcommand{\ActionAlarmSet}{\ButtonSelect} +\newcommand{\ActionAlarmCancel}{\ButtonPower} +\newcommand{\ActionAlarmHoursInc}{\ButtonUp} +\newcommand{\ActionAlarmHoursDec}{\ButtonDown} + +%Button actions, Virtual Keyboard Context +\newcommand{\ActionKbdUp}{\ButtonUp} +\newcommand{\ActionKbdDown}{\ButtonDown} +\newcommand{\ActionKbdLeft}{\ButtonLeft} +\newcommand{\ActionKbdRight}{\ButtonRight} + +\newcommand{\ActionKbdCursorLeft}{\ButtonBottomLeft} +\newcommand{\ActionKbdCursorRight}{\ButtonBottomRight} + +\newcommand{\ActionKbdBackSpace}{\ButtonBack} + +\newcommand{\ActionKbdSelect}{\ButtonPlayPause} +\newcommand{\ActionKbdDone}{Long \ButtonSelect} +\newcommand{\ActionKbdAbort}{\ButtonPower} + +\newcommand{\ActionKbdMorseInput}{\ButtonVolUp} +\newcommand{\ActionKbdMorseSelect}{\ButtonVolDown} + +%Button actions, Pitch Screen context + +\newcommand{\ActionPsIncSmall}{\ButtonUp} +\newcommand{\ActionPsIncBig}{Long \ButtonUp} +\newcommand{\ActionPsDecSmall}{\ButtonDown} +\newcommand{\ActionPsDecBig}{Long \ButtonDown} +\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} +\newcommand{\ActionPsNudgeRight}{\ButtonRight} + +\newcommand{\ActionPsToggleMode}{\ButtonBottomRight} + +\newcommand{\ActionPsReset}{\ButtonSelect} +\newcommand{\ActionPsExit}{\ButtonBack{} or \ButtonPlayPause} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlayPause} +\newcommand{\ActionRecExit}{\ButtonBack} +\newcommand{\ActionRecNewfile}{\ButtonBottomRight} +%\newcommand{\ActionRecMenu}{} +\newcommand{\ActionRecSettingsInc}{\ButtonRight} +\newcommand{\ActionRecSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecPrev}{\ButtonUp} +\newcommand{\ActionRecNext}{\ButtonDown} + +%Button actions, FM radio context +%\newcommand{\ActionFMMenu}{} + +\newcommand{\ActionFMPreset}{\ButtonBottomRight} +\newcommand{\ActionFMPlay}{\ButtonPlayPause} +\newcommand{\ActionFMStop}{Long \ButtonPlayPause} +\newcommand{\ActionFMMode}{\ButtonBottomLeft} +\newcommand{\ActionFMExit}{\ButtonBack} + +\newcommand{\ActionFMSettingsInc}{\ActionSettingInc} +\newcommand{\ActionFMSettingsDec}{\ActionSettingDec} +\newcommand{\ActionFMPrev}{\ButtonLeft} +\newcommand{\ActionFMNext}{\ButtonRight} + +%Button actions, Bookmark screen context +\newcommand{\ActionBmDelete}{Long \ButtonSelect} + +%Plugin lib actions +\newcommand{\PluginUp}{\ButtonUp} +\newcommand{\PluginDown}{\ButtonDown} +\newcommand{\PluginLeft}{\ButtonLeft} +\newcommand{\PluginRight}{\ButtonRight} +\newcommand{\PluginUpRepeat}{Long \ButtonUp} +\newcommand{\PluginDownRepeat}{Long \ButtonDown} +\newcommand{\PluginLeftRepeat}{Long \ButtonLeft} +\newcommand{\PluginRightRepeat}{Long \ButtonRight} + +\newcommand{\PluginCancel}{\ButtonPower} +\newcommand{\PluginExit}{Long \ButtonPower} +\newcommand{\PluginSelect}{\ButtonSelect} +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} + diff --git a/manual/platform/sansafuzeplus.tex b/manual/platform/sansafuzeplus.tex new file mode 100644 index 0000000000..1d0de4031f --- /dev/null +++ b/manual/platform/sansafuzeplus.tex @@ -0,0 +1,26 @@ +\def\UseOption{fuzeplus} +\edef\UseOption{\UseOption,SANSA_FUZEPLUS_PAD} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} +\edef\UseOption{\UseOption,IMX233} +\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} + + +\newcommand{\playerman}{Sansa} +\newcommand{\playertype}{Fuze+} +\newcommand{\playerlongtype}{\playertype} +\newcommand{\dapdisplaywidth}{240} +\newcommand{\dapdisplayheight}{320} +\newcommand{\dapdisplaydepth}{16} +\newcommand{\specimg}{sansafuzeplus} +%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{bootloader-fuzeplus.sansa}} +\newcommand{\firmwareextension}{\fname{sansa}} +\newcommand{\screenshotsize}{6cm} +\newcommand{\disk}{flash storage} + +% link external keymap file +\input{platform/keymap-sansafuzeplus.tex} diff --git a/manual/rockbox_interface/images/sansafuzeplus-front.pdf b/manual/rockbox_interface/images/sansafuzeplus-front.pdf new file mode 100644 index 0000000000..afe461a3df Binary files /dev/null and b/manual/rockbox_interface/images/sansafuzeplus-front.pdf differ diff --git a/manual/rockbox_interface/images/sansafuzeplus-front.png b/manual/rockbox_interface/images/sansafuzeplus-front.png new file mode 100644 index 0000000000..51880d0bf6 Binary files /dev/null and b/manual/rockbox_interface/images/sansafuzeplus-front.png differ diff --git a/manual/rockbox_interface/images/sansafuzeplus-front.svg b/manual/rockbox_interface/images/sansafuzeplus-front.svg new file mode 100644 index 0000000000..c0a45dd037 --- /dev/null +++ b/manual/rockbox_interface/images/sansafuzeplus-front.svg @@ -0,0 +1,1439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BackUpLeftBottom-Left + + + + + + + + + + + + Play/PauseSelectRightDownBottom-Right + + + + Power + Volume + UpDown + + + + -- cgit