mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
xduoox3: Initial manual
TODO: * Screenshots * Plugin keymaps Change-Id: Iaecaa2f585693eb5c2c301bd07aeaa27cdf2588f
This commit is contained in:
parent
c3a8268432
commit
675b22e76b
10 changed files with 251 additions and 75 deletions
103
manual/platform/keymap-xduoox3.tex
Normal file
103
manual/platform/keymap-xduoox3.tex
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
% $Id$
|
||||
|
||||
\newcommand{\ButtonPrev}{\btnfnt{Prev}}
|
||||
\newcommand{\ButtonNext}{\btnfnt{Next}}
|
||||
\newcommand{\ButtonHome}{\btnfnt{Home}}
|
||||
\newcommand{\ButtonOption}{\btnfnt{Option}}
|
||||
\newcommand{\ButtonPlay}{\btnfnt{Play}}
|
||||
\newcommand{\ButtonPower}{\btnfnt{Power}}
|
||||
\newcommand{\ButtonVolDown}{\btnfnt{Volume Down}}
|
||||
\newcommand{\ButtonVolUp}{\btnfnt{Volume Up}}
|
||||
\newcommand{\ButtonHold}{\btnfnt{Hold}}
|
||||
|
||||
%Button actions, standard context
|
||||
\newcommand{\ActionStdPrev}{\ButtonPrev}
|
||||
\newcommand{\ActionStdPrevRepeat}{Long \ButtonPrev}
|
||||
\newcommand{\ActionStdNext}{\ButtonNext}
|
||||
\newcommand{\ActionStdNextRepeat}{Long \ButtonNext}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonPlay}
|
||||
\newcommand{\ActionStdCancel}{\ButtonHome}
|
||||
\newcommand{\ActionStdOk}{\ButtonPlay}
|
||||
\newcommand{\ActionStdMenu}{\ButtonOption}
|
||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonOption}
|
||||
\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonHome}
|
||||
\newcommand{\ActionStdUsbCharge}{\ButtonPlay}
|
||||
|
||||
%Button actions, wps context
|
||||
\newcommand{\ActionWpsPlay}{\ButtonPlay}
|
||||
\newcommand{\ActionWpsStop}{\ButtonPower}
|
||||
|
||||
\newcommand{\ActionWpsSkipNext}{\ButtonNext}
|
||||
\newcommand{\ActionWpsSkipPrev}{\ButtonPrev}
|
||||
\newcommand{\ActionWpsSeekBack}{Long \ButtonPrev}
|
||||
\newcommand{\ActionWpsSeekFwd}{Long \ButtonNext}
|
||||
|
||||
\newcommand{\ActionWpsVolDown}{\ButtonVolDown}
|
||||
\newcommand{\ActionWpsVolUp}{\ButtonVolUp}
|
||||
|
||||
\newcommand{\ActionWpsBrowse}{\ButtonHome}
|
||||
\newcommand{\ActionWpsContext}{Long \ButtonPlay}
|
||||
\newcommand{\ActionWpsMenu}{\ButtonOption}
|
||||
\newcommand{\ActionWpsHotkey}{\ButtonHome}
|
||||
|
||||
\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonNext}
|
||||
\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonNext}
|
||||
|
||||
\newcommand{\ActionWpsQuickScreen}{}
|
||||
\newcommand{\ActionWpsAbReset}{}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonPower}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPower}
|
||||
\newcommand{\ActionTreeEnter}{\ButtonPlay}
|
||||
\newcommand{\ActionTreeParentDirectory}{\ButtonHome}
|
||||
\newcommand{\ActionTreeHotkey}{Long \ButtonHome}
|
||||
|
||||
%Button actions, YesNo context
|
||||
\newcommand{\ActionYesNoAccept}{\ButtonPlay}
|
||||
|
||||
%Button actions, Setting context
|
||||
\newcommand{\ActionSettingInc}{\ButtonVolUp}
|
||||
\newcommand{\ActionSettingDec}{\ButtonVolDown}
|
||||
|
||||
%Button actions, Virtual Keyboard Context
|
||||
\newcommand{\ActionKbdLeft}{\ButtonPrev}
|
||||
\newcommand{\ActionKbdRight}{\ButtonNext}
|
||||
\newcommand{\ActionKbdDown}{\ButtonOption}
|
||||
\newcommand{\ActionKbdUp}{\ButtonHome}
|
||||
\newcommand{\ActionKbdCursorLeft}{\ButtonVolUp}
|
||||
\newcommand{\ActionKbdCursorRight}{\ButtonVolDown}
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonHome}
|
||||
\newcommand{\ActionKbdSelect}{\ButtonPlay}
|
||||
\newcommand{\ActionKbdDone}{Long \ButtonPlay}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonPower}
|
||||
|
||||
\newcommand{\ActionKbdPageFlip}{}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonVolUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonVolUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonVolDown}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonVolDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonNext}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonPrev}
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsReset}{\ButtonPower}
|
||||
\newcommand{\ActionPsExit}{\ButtonHome}
|
||||
|
||||
%Button actions, Bookmark screen context
|
||||
\newcommand{\ActionBmDelete}{Long \ButtonHome}
|
||||
|
||||
%Plugin lib actions
|
||||
\newcommand{\PluginUp}{\ButtonHome}
|
||||
\newcommand{\PluginDown}{\ButtonOption}
|
||||
\newcommand{\PluginLeft}{\ButtonPrev}
|
||||
\newcommand{\PluginRight}{\ButtonNext}
|
||||
\newcommand{\PluginUpRepeat}{Long \ButtonHome}
|
||||
\newcommand{\PluginDownRepeat}{Long \ButtonOption}
|
||||
\newcommand{\PluginLeftRepeat}{Long \ButtonPrev}
|
||||
\newcommand{\PluginRightRepeat}{Long \ButtonNext}
|
||||
\newcommand{\PluginCancel}{\ButtonPower}
|
||||
\newcommand{\PluginExit}{Long \ButtonPower}
|
||||
\newcommand{\PluginSelect}{\ButtonPlay}
|
||||
\newcommand{\PluginSelectRepeat}{Long \ButtonPlay}
|
||||
26
manual/platform/xduoox3.tex
Normal file
26
manual/platform/xduoox3.tex
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
% Id: %
|
||||
\def\UseOption{xduoox3}
|
||||
\edef\UseOption{\UseOption,XDUOO_X3_PAD}
|
||||
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
|
||||
\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
|
||||
|
||||
\newcommand{\playerman}{xDuoo}
|
||||
\newcommand{\playertype}{X3}
|
||||
\newcommand{\playerlongtype}{\playertype}
|
||||
\newcommand{\dapdisplaywidth}{128}
|
||||
\newcommand{\dapdisplayheight}{64}
|
||||
\newcommand{\dapdisplaydepth}{1}
|
||||
\newcommand{\specimg}{xduoox3}
|
||||
%used for specifying screenshot names common to a target "family"
|
||||
\newcommand{\seriesimg}{xduoox3}
|
||||
%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{update.zip}}
|
||||
\newcommand{\firmwareextension}{\fname{zip}}
|
||||
\newcommand{\screenshotsize}{3cm}
|
||||
\newcommand{\disk}{SD card}
|
||||
|
||||
% link external keymap file
|
||||
\input{platform/keymap-xduoox3.tex}
|
||||
Loading…
Add table
Add a link
Reference in a new issue