Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | \def\UseOption{gigabeatf} |
Dominik Riebeling | a0bf190 | 2007-01-04 21:34:40 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 4 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 5 | \edef\UseOption{\UseOption,SWCODEC} |
Dominik Riebeling | f2fd443 | 2007-03-29 17:55:45 +0000 | [diff] [blame] | 6 | \edef\UseOption{\UseOption,CONFIG_RTC} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 7 | \edef\UseOption{\UseOption,GIGABEAT_PAD} |
Nils Wallménius | 68505ba | 2007-06-01 08:42:40 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
Nils Wallménius | cd5d950 | 2007-11-05 14:36:31 +0000 | [diff] [blame] | 9 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} |
| 10 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} |
Marianne Arnold | d041521 | 2007-12-25 19:55:22 +0000 | [diff] [blame] | 11 | \edef\UseOption{\UseOption,HAVE_DIRCACHE} |
| 12 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} |
| 13 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} |
| 14 | \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 15 | \edef\UseOption{\UseOption,gigabeat} |
| 16 | |
| 17 | \newcommand{\playerman}{Toshiba} |
| 18 | \newcommand{\playertype}{Gigabeat F Series} |
| 19 | \newcommand{\playerlongtype}{\playertype} |
| 20 | \newcommand{\genericimg}{240x320x16} |
| 21 | \newcommand{\specimg}{gigabeatf} |
| 22 | %Used to name the player, e.g. ...to the \dap |
| 23 | \newcommand{\dap}{player} |
| 24 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 25 | \newcommand{\daps}{player's} |
| 26 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} |
| 27 | \newcommand{\screenshotsize}{6cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 28 | \newcommand{\disk}{hard disk} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 29 | |
| 30 | \newcommand{\ButtonPower}{\btnfnt{Power}} |
| 31 | \newcommand{\ButtonMenu}{\btnfnt{Menu}} |
| 32 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
| 33 | \newcommand{\ButtonRight}{\btnfnt{Right}} |
| 34 | \newcommand{\ButtonUp}{\btnfnt{Up}} |
| 35 | \newcommand{\ButtonDown}{\btnfnt{Down}} |
| 36 | \newcommand{\ButtonVolUp}{\btnfnt{Volume up}} |
| 37 | \newcommand{\ButtonVolDown}{\btnfnt{Volume down}} |
| 38 | \newcommand{\ButtonSelect}{\btnfnt{Select}} |
| 39 | \newcommand{\ButtonA}{\btnfnt{A}} |
Christi Scarborough | 94a3725 | 2007-05-19 19:21:52 +0000 | [diff] [blame] | 40 | \newcommand{\ButtonHold}{\btnfnt{Hold}} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 41 | |
| 42 | %Button actions, standard context |
| 43 | \newcommand{\ActionStdPrev}{\ButtonUp} |
| 44 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} |
| 45 | \newcommand{\ActionStdNext}{\ButtonDown} |
| 46 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 47 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 48 | \newcommand{\ActionStdContext}{Long \ButtonSelect} |
| 49 | \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} |
| 50 | \newcommand{\ActionStdMenu}{\ButtonMenu} |
| 51 | \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} |
| 52 | |
| 53 | %Button actions, wps context |
Paul Louden | e8f07bc | 2007-08-31 14:17:37 +0000 | [diff] [blame] | 54 | \newcommand{\ActionWpsPlay}{\ButtonA} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 55 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 56 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 57 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 58 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 59 | \newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight} |
| 60 | \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft} |
| 61 | \newcommand{\ActionWpsStop}{\ButtonPower} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 62 | \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| 63 | \newcommand{\ActionWpsVolUp}{\ButtonUp} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 64 | \newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 65 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} |
| 66 | \newcommand{\ActionWpsMenu}{\ButtonMenu} |
| 67 | \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
Paul Louden | e8f07bc | 2007-08-31 14:17:37 +0000 | [diff] [blame] | 68 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 69 | \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect} |
| 70 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 71 | |
| 72 | %Button actions, tree context |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 73 | \newcommand{\ActionTreeWps}{\ButtonA} |
| 74 | \newcommand{\ActionTreeStop}{\ButtonPower} |
Nils Wallménius | 00a3fc7 | 2007-01-19 12:42:19 +0000 | [diff] [blame] | 75 | \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} |
| 76 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 77 | |
| 78 | %Button actions, YesNo context |
| 79 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} |
| 80 | |
Nils Wallménius | 70b4ea9 | 2007-03-03 01:35:01 +0000 | [diff] [blame] | 81 | %Button actions, Setting context |
| 82 | \newcommand{\ActionSettingInc}{\ButtonUp} |
| 83 | \newcommand{\ActionSettingDec}{\ButtonDown} |
| 84 | |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 85 | %Button actions, Virtual Keyboard Context |
| 86 | \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| 87 | \newcommand{\ActionKbdRight}{\ButtonRight} |
| 88 | \newcommand{\ActionKbdSelect}{\ButtonSelect} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 89 | \newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft} |
| 90 | \newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight} |
| 91 | \newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu} |
| 92 | \newcommand{\ActionKbdDone}{\ButtonA} |
| 93 | \newcommand{\ActionKbdAbort}{\ButtonPower} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 94 | \newcommand{\ActionKbdBackSpace}{\ButtonMenu} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 95 | \newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower} |
Nils Wallménius | fa6c449 | 2007-03-04 22:47:20 +0000 | [diff] [blame] | 96 | \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} |
Martin Arver | eb56c8a | 2006-12-15 21:25:57 +0000 | [diff] [blame] | 97 | \newcommand{\ActionKbdUp}{\ButtonUp} |
| 98 | \newcommand{\ActionKbdDown}{\ButtonDown} |
| 99 | |
| 100 | %Button actions, Pitch Screen context |
| 101 | \newcommand{\ActionPsToggleMode}{\ButtonMenu} |
| 102 | \newcommand{\ActionPsIncSmall}{\ButtonUp} |
| 103 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} |
| 104 | \newcommand{\ActionPsDecSmall}{\ButtonDown} |
| 105 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} |
| 106 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| 107 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
Marcoen Hirschberg | 51a8968 | 2007-04-27 19:37:12 +0000 | [diff] [blame] | 108 | \newcommand{\ActionPsReset}{\ButtonA} |
| 109 | \newcommand{\ActionPsExit}{\ButtonPower} |