| % $Id$ % |
| \def\UseOption{gigabeatf} |
| \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} |
| \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| \edef\UseOption{\UseOption,SWCODEC} |
| \edef\UseOption{\UseOption,CONFIG_RTC} |
| \edef\UseOption{\UseOption,GIGABEAT_PAD} |
| \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
| \edef\UseOption{\UseOption,HAVE_BACKLIGHT} |
| \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} |
| \edef\UseOption{\UseOption,HAVE_DIRCACHE} |
| \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} |
| \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} |
| \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} |
| \edef\UseOption{\UseOption,gigabeat} |
| |
| \newcommand{\playerman}{Toshiba} |
| \newcommand{\playertype}{Gigabeat F Series} |
| \newcommand{\playerlongtype}{\playertype} |
| \newcommand{\genericimg}{240x320x16} |
| \newcommand{\specimg}{gigabeatf} |
| %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.gigabeat}} |
| \newcommand{\screenshotsize}{6cm} |
| \newcommand{\disk}{hard disk} |
| |
| \newcommand{\ButtonPower}{\btnfnt{Power}} |
| \newcommand{\ButtonMenu}{\btnfnt{Menu}} |
| \newcommand{\ButtonLeft}{\btnfnt{Left}} |
| \newcommand{\ButtonRight}{\btnfnt{Right}} |
| \newcommand{\ButtonUp}{\btnfnt{Up}} |
| \newcommand{\ButtonDown}{\btnfnt{Down}} |
| \newcommand{\ButtonVolUp}{\btnfnt{Volume up}} |
| \newcommand{\ButtonVolDown}{\btnfnt{Volume down}} |
| \newcommand{\ButtonSelect}{\btnfnt{Select}} |
| \newcommand{\ButtonA}{\btnfnt{A}} |
| \newcommand{\ButtonHold}{\btnfnt{Hold}} |
| |
| %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 \ButtonMenu} |
| \newcommand{\ActionStdMenu}{\ButtonMenu} |
| \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} |
| |
| %Button actions, wps context |
| \newcommand{\ActionWpsPlay}{\ButtonA} |
| \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| \newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight} |
| \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft} |
| \newcommand{\ActionWpsStop}{\ButtonPower} |
| \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| \newcommand{\ActionWpsVolUp}{\ButtonUp} |
| \newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown} |
| \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} |
| \newcommand{\ActionWpsMenu}{\ButtonMenu} |
| \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
| \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
| \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect} |
| \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu} |
| |
| %Button actions, tree context |
| \newcommand{\ActionTreeWps}{\ButtonA} |
| \newcommand{\ActionTreeStop}{\ButtonPower} |
| \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} |
| \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
| |
| %Button actions, YesNo context |
| \newcommand{\ActionYesNoAccept}{\ButtonSelect} |
| |
| %Button actions, Setting context |
| \newcommand{\ActionSettingInc}{\ButtonUp} |
| \newcommand{\ActionSettingDec}{\ButtonDown} |
| |
| %Button actions, Virtual Keyboard Context |
| \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| \newcommand{\ActionKbdRight}{\ButtonRight} |
| \newcommand{\ActionKbdSelect}{\ButtonSelect} |
| \newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft} |
| \newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight} |
| \newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu} |
| \newcommand{\ActionKbdDone}{\ButtonA} |
| \newcommand{\ActionKbdAbort}{\ButtonPower} |
| \newcommand{\ActionKbdBackSpace}{\ButtonMenu} |
| \newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower} |
| \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} |
| \newcommand{\ActionKbdUp}{\ButtonUp} |
| \newcommand{\ActionKbdDown}{\ButtonDown} |
| |
| %Button actions, Pitch Screen context |
| \newcommand{\ActionPsToggleMode}{\ButtonMenu} |
| \newcommand{\ActionPsIncSmall}{\ButtonUp} |
| \newcommand{\ActionPsIncBig}{Long \ButtonUp} |
| \newcommand{\ActionPsDecSmall}{\ButtonDown} |
| \newcommand{\ActionPsDecBig}{Long \ButtonDown} |
| \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
| \newcommand{\ActionPsReset}{\ButtonA} |
| \newcommand{\ActionPsExit}{\ButtonPower} |