mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
MPIOs: manual work
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
This commit is contained in:
parent
5863361fbf
commit
4bbc9f68ea
52 changed files with 576 additions and 175 deletions
129
manual/platform/keymap-mpiohd300.tex
Normal file
129
manual/platform/keymap-mpiohd300.tex
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
% $Id$
|
||||
|
||||
\newcommand{\ButtonRew}{\btnfnt{Rewind}}
|
||||
\newcommand{\ButtonFF}{\btnfnt{Forward}}
|
||||
\newcommand{\ButtonEnter}{\btnfnt{Enter}}
|
||||
\newcommand{\ButtonMenu}{\btnfnt{Menu}}
|
||||
\newcommand{\ButtonRec}{\btnfnt{Rec}}
|
||||
\newcommand{\ButtonPlay}{\btnfnt{Play}}
|
||||
\newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
|
||||
\newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
|
||||
\newcommand{\ButtonHold}{\btnfnt{Hold}}
|
||||
|
||||
%Button actions, standard context
|
||||
\newcommand{\ActionStdPrev}{\ButtonScrollUp}
|
||||
\newcommand{\ActionStdPrevRepeat}{\ButtonScrollUp}
|
||||
\newcommand{\ActionStdNext}{\ButtonScrollDown}
|
||||
\newcommand{\ActionStdNextRepeat}{\ButtonScrollDown}
|
||||
\newcommand{\ActionStdCancel}{\ButtonMenu}
|
||||
\newcommand{\ActionStdContext}{Long \ButtonEnter}
|
||||
%\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
|
||||
%\newcommand{\ActionQuickScreenExit}{\ButtonMode}
|
||||
\newcommand{\ActionStdMenu}{Long \ButtonMenu}
|
||||
\newcommand{\ActionStdOk}{\ButtonEnter}
|
||||
%\newcommand{\ActionStdRec}{Long \ButtonRec}
|
||||
|
||||
%Button actions, wps context
|
||||
\newcommand{\ActionWpsPlay}{\ButtonPlay}
|
||||
\newcommand{\ActionWpsSkipNext}{\ButtonFF}
|
||||
\newcommand{\ActionWpsSkipPrev}{\ButtonRew}
|
||||
\newcommand{\ActionWpsSeekBack}{Long \ButtonRew}
|
||||
\newcommand{\ActionWpsSeekFwd}{Long \ButtonFF}
|
||||
%\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
|
||||
%\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
|
||||
\newcommand{\ActionWpsStop}{Long \ButtonPlay}
|
||||
\newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
|
||||
\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
|
||||
%\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
|
||||
\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
|
||||
\newcommand{\ActionWpsMenu}{\ButtonMenu}
|
||||
\newcommand{\ActionWpsContext}{Long \ButtonEnter}
|
||||
\newcommand{\ActionWpsBrowse}{\ButtonEnter}
|
||||
%\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonFunc}
|
||||
%\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
|
||||
%\newcommand{\ActionWpsHotkey}{\ButtonRec}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonPlay}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
|
||||
\newcommand{\ActionTreeEnter}{\ButtonEnter}
|
||||
\newcommand{\ActionTreeParentDirectory}{\ButtonMenu}
|
||||
%\newcommand{\ActionTreeHotkey}{\ButtonRec}
|
||||
|
||||
%Button actions, YesNo context
|
||||
\newcommand{\ActionYesNoAccept}{\ButtonEnter or \ButtonPlay}
|
||||
|
||||
%Button actions, Setting context
|
||||
\newcommand{\ActionSettingInc}{\ButtonScrollUp}
|
||||
\newcommand{\ActionSettingDec}{\ButtonScrollDown}
|
||||
|
||||
%Button actions, Alarm screen
|
||||
\newcommand{\ActionAlarmSet}{\ButtonEnter}
|
||||
\newcommand{\ActionAlarmCancel}{\ButtonMenu}
|
||||
\newcommand{\ActionAlarmHoursDec}{\ButtonScrollDown}
|
||||
\newcommand{\ActionAlarmHoursInc}{\ButtonScrollUp}
|
||||
|
||||
%Button actions, Virtual Keyboard Context
|
||||
\newcommand{\ActionKbdLeft}{\ButtonRew}
|
||||
\newcommand{\ActionKbdRight}{\ButtonFF}
|
||||
\newcommand{\ActionKbdSelect}{\ButtonEnter}
|
||||
%\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
|
||||
%\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
|
||||
\newcommand{\ActionKbdPageFlip}{Long \ButtonPlay}
|
||||
\newcommand{\ActionKbdDone}{\ButtonPlay}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonMenu}
|
||||
%\newcommand{\ActionKbdBackSpace}{\ButtonRec}
|
||||
\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
|
||||
\newcommand{\ActionKbdMorseSelect}{\ButtonEnter}
|
||||
\newcommand{\ActionKbdUp}{\ButtonScrollUp}
|
||||
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonRew}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonFF}
|
||||
\newcommand{\ActionPsReset}{\ButtonEnter}
|
||||
\newcommand{\ActionPsExit}{\ButtonMenu}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonPlay}
|
||||
\newcommand{\ActionRecNewfile}{Long \ButtonEnter}
|
||||
\newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
|
||||
\newcommand{\ActionRecSettingsDec}{\ActionSettingDec}
|
||||
\newcommand{\ActionRecPrev}{\ButtonRew}
|
||||
\newcommand{\ActionRecNext}{\ButtonFF}
|
||||
\newcommand{\ActionRecMenu}{Long \ButtonMenu}
|
||||
\newcommand{\ActionRecExit}{\ButtonMenu}
|
||||
|
||||
%Button actions, FM radio context
|
||||
\newcommand{\ActionFMPreset}{\ButtonEnter}
|
||||
\newcommand{\ActionFMMenu}{Long \ButtonEnter}
|
||||
\newcommand{\ActionFMMode}{Long \ButtonPlay}
|
||||
\newcommand{\ActionFMStop}{Long \ButtonMenu}
|
||||
\newcommand{\ActionFMExit}{\ButtonMenu}
|
||||
\newcommand{\ActionFMPlay}{\ButtonPlay}
|
||||
\newcommand{\ActionFMSettingsInc}{\ActionSettingInc}
|
||||
\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
|
||||
\newcommand{\ActionFMPrev}{\ButtonRew}
|
||||
\newcommand{\ActionFMNext}{\ButtonFF}
|
||||
|
||||
%Button actions, Bookmark screen context
|
||||
\newcommand{\ActionBmDelete}{Long \ButtonRec}
|
||||
|
||||
%Plugin lib actions
|
||||
\newcommand{\PluginUp}{\ButtonScrollUp}
|
||||
\newcommand{\PluginDown}{\ButtonScrollDown}
|
||||
\newcommand{\PluginLeft}{\ButtonRew}
|
||||
\newcommand{\PluginRight}{\ButtonFF}
|
||||
\newcommand{\PluginUpRepeat}{\ButtonScrollUp}
|
||||
\newcommand{\PluginDownRepeat}{\ButtonScrollDown}
|
||||
\newcommand{\PluginLeftRepeat}{Long \ButtonRew}
|
||||
\newcommand{\PluginRightRepeat}{Long \ButtonFF}
|
||||
\newcommand{\PluginCancel}{\ButtonMenu}
|
||||
\newcommand{\PluginExit}{Long \ButtonMenu}
|
||||
\newcommand{\PluginSelect}{\ButtonEnter}
|
||||
\newcommand{\PluginSelectRepeat}{Long \ButtonEnter}
|
||||
27
manual/platform/mpiohd300.tex
Normal file
27
manual/platform/mpiohd300.tex
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
% $Id$ %
|
||||
\def\UseOption{mpiohd300}
|
||||
\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
|
||||
\edef\UseOption{\UseOption,MPIO_HD300_PAD}
|
||||
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
|
||||
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
|
||||
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
|
||||
\edef\UseOption{\UseOption,mpio}
|
||||
|
||||
\newcommand{\playerman}{MPIO}
|
||||
\newcommand{\playertype}{HD300}
|
||||
\newcommand{\playerlongtype}{\playertype}
|
||||
\newcommand{\dapdisplaywidth}{160}
|
||||
\newcommand{\dapdisplayheight}{128}
|
||||
\newcommand{\dapdisplaydepth}{2}
|
||||
\newcommand{\specimg}{mpiohd300}
|
||||
%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.mpio}}
|
||||
\newcommand{\firmwareextension}{\fname{mpio}}
|
||||
\newcommand{\screenshotsize}{4cm}
|
||||
\newcommand{\disk}{hard disk}
|
||||
|
||||
% link external keymap file
|
||||
\input{platform/keymap-mpiohd300.tex}
|
||||
Loading…
Add table
Add a link
Reference in a new issue