2006-06-04 11:20:06 +00:00
|
|
|
% $Id$ %
|
2006-03-21 13:43:49 +00:00
|
|
|
\def\UseOption{x5}
|
2006-10-10 17:53:42 +00:00
|
|
|
\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
|
2006-03-21 13:43:49 +00:00
|
|
|
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
|
|
|
\edef\UseOption{\UseOption,HAVE_RECORDING}
|
|
|
|
\edef\UseOption{\UseOption,CONFIG_TUNER}
|
|
|
|
\edef\UseOption{\UseOption,CONFIG_RTC}
|
|
|
|
\edef\UseOption{\UseOption,SWCODEC}
|
|
|
|
\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
|
2006-06-04 15:03:39 +00:00
|
|
|
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
|
2006-08-19 11:41:25 +00:00
|
|
|
\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
|
2006-07-24 21:04:27 +00:00
|
|
|
\edef\UseOption{\UseOption,iaudio}
|
2006-03-21 13:43:49 +00:00
|
|
|
|
2006-03-30 21:33:20 +00:00
|
|
|
\newcommand{\playerman}{Iaudio}
|
2006-03-21 13:43:49 +00:00
|
|
|
\newcommand{\playertype}{X5}
|
2006-06-07 18:48:56 +00:00
|
|
|
\newcommand{\playerlongtype}{\playertype}
|
2006-03-21 13:43:49 +00:00
|
|
|
\newcommand{\genericimg}{160x128x16}
|
2006-06-04 11:20:06 +00:00
|
|
|
\newcommand{\specimg}{x5}
|
2006-03-21 13:43:49 +00:00
|
|
|
%Used to name the player, e.g. ...to the \dap
|
|
|
|
\newcommand{\dap}{player}
|
2006-03-25 10:32:10 +00:00
|
|
|
%For use when referring to the player. E.g. the \daps\ capacity ...
|
|
|
|
\newcommand{\daps}{player's}
|
2006-06-07 12:15:46 +00:00
|
|
|
\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
|
2006-08-18 14:32:15 +00:00
|
|
|
\newcommand{\screenshotsize}{4cm}
|
2007-05-19 19:03:39 +00:00
|
|
|
\newcommand{\disk}{hard disk}
|
2006-03-21 13:43:49 +00:00
|
|
|
|
2006-08-24 15:09:34 +00:00
|
|
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
|
|
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
|
|
|
\newcommand{\ButtonUp}{\btnfnt{Up}}
|
|
|
|
\newcommand{\ButtonDown}{\btnfnt{Down}}
|
|
|
|
\newcommand{\ButtonSelect}{\btnfnt{Select}}
|
|
|
|
\newcommand{\ButtonPower}{\btnfnt{Power}}
|
|
|
|
\newcommand{\ButtonRec}{\btnfnt{Rec}}
|
|
|
|
\newcommand{\ButtonPlay}{\btnfnt{Play}}
|
2007-05-19 19:21:52 +00:00
|
|
|
\newcommand{\ButtonHold}{\btnfnt{Hold}}
|
2006-08-16 15:16:15 +00:00
|
|
|
|
|
|
|
%Button actions, standard context
|
|
|
|
\newcommand{\ActionStdPrev}{\ButtonUp}
|
|
|
|
\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
|
|
|
|
\newcommand{\ActionStdNext}{\ButtonDown}
|
|
|
|
\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
|
|
|
|
\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
|
|
|
|
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
|
|
|
\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
|
|
|
|
\newcommand{\ActionStdMenu}{\ButtonRec}
|
|
|
|
\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
|
|
|
|
|
|
|
|
%Button actions, wps context
|
|
|
|
\newcommand{\ActionWpsPlay}{\ButtonPlay}
|
|
|
|
\newcommand{\ActionWpsStop}{Long \ButtonPlay}
|
|
|
|
\newcommand{\ActionWpsSkipNext}{\ButtonRight}
|
|
|
|
\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
|
|
|
|
\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
|
|
|
|
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
|
|
|
|
\newcommand{\ActionWpsVolDown}{\ButtonDown}
|
|
|
|
\newcommand{\ActionWpsVolUp}{\ButtonUp}
|
|
|
|
\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
|
|
|
|
\newcommand{\ActionWpsMenu}{\ButtonRec}
|
|
|
|
\newcommand{\ActionWpsContext}{Long \ButtonSelect}
|
|
|
|
\newcommand{\ActionWpsBrowse}{\ButtonSelect}
|
|
|
|
|
2006-12-04 20:55:03 +00:00
|
|
|
%Button actions, tree context
|
|
|
|
\newcommand{\ActionTreeWps}{\ButtonPlay}
|
|
|
|
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
|
|
|
|
\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
|
|
|
|
\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
|
|
|
|
|
2006-09-10 10:56:46 +00:00
|
|
|
%Button actions, YesNo context
|
|
|
|
\newcommand{\ActionYesNoAccept}{\ButtonSelect}
|
2006-10-17 10:32:55 +00:00
|
|
|
|
2007-03-03 01:35:01 +00:00
|
|
|
%Button actions, Setting context
|
|
|
|
\newcommand{\ActionSettingInc}{\ButtonUp}
|
|
|
|
\newcommand{\ActionSettingDec}{\ButtonDown}
|
|
|
|
|
2006-10-17 10:32:55 +00:00
|
|
|
%Button actions, Virtual Keyboard Context
|
|
|
|
\newcommand{\ActionKbdLeft}{\ButtonLeft}
|
|
|
|
\newcommand{\ActionKbdRight}{\ButtonRight}
|
|
|
|
\newcommand{\ActionKbdUp}{\ButtonUp}
|
|
|
|
\newcommand{\ActionKbdDown}{\ButtonDown}
|
|
|
|
\newcommand{\ActionKbdSelect}{\ButtonSelect}
|
|
|
|
\newcommand{\ActionKbdDone}{\ButtonPlay}
|
|
|
|
\newcommand{\ActionKbdAbort}{\ButtonRec}
|
2006-10-17 11:00:28 +00:00
|
|
|
|
|
|
|
%Button actions, Pitch Screen context
|
2006-12-01 13:11:19 +00:00
|
|
|
\newcommand{\ActionPsToggleMode}{\ButtonSelect}
|
2006-10-17 11:00:28 +00:00
|
|
|
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
2006-11-30 14:53:30 +00:00
|
|
|
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
2006-10-17 11:00:28 +00:00
|
|
|
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
2006-11-30 14:53:30 +00:00
|
|
|
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
|
2006-10-17 11:00:28 +00:00
|
|
|
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
|
|
|
|
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
|
|
|
|
\newcommand{\ActionPsReset}{\ButtonPower}
|
2006-11-30 14:53:30 +00:00
|
|
|
\newcommand{\ActionPsExit}{\ButtonPlay}
|
|
|
|
|
|
|
|
%Button actions, Recording screen context
|
|
|
|
\newcommand{\ActionRecPause}{\ButtonPlay}
|
|
|
|
\newcommand{\ActionRecNewfile}{\ButtonRec}
|
|
|
|
\newcommand{\ActionSettingsInc}{\ButtonRight}
|
|
|
|
\newcommand{\ActionSettingsDec}{\ButtonLeft}
|
|
|
|
\newcommand{\ActionRecMenu}{Long \ButtonRec}
|
|
|
|
\newcommand{\ActionRecExit}{Long \ButtonPlay}
|