Dominik Riebeling | fd4079c | 2007-03-05 20:05:32 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | \def\UseOption{m5} |
| 3 | \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} |
| 4 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
Nils Wallménius | cd5d950 | 2007-11-05 14:36:31 +0000 | [diff] [blame] | 5 | \edef\UseOption{\UseOption,HAVE_LCD_INVERT} |
| 6 | \edef\UseOption{\UseOption,HAVE_LCD_FLIP} |
Dominik Riebeling | fd4079c | 2007-03-05 20:05:32 +0000 | [diff] [blame] | 7 | \edef\UseOption{\UseOption,HAVE_RECORDING} |
| 8 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 9 | \edef\UseOption{\UseOption,SWCODEC} |
| 10 | \edef\UseOption{\UseOption,IAUDIO_X5_PAD} |
| 11 | \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} |
Nils Wallménius | cd5d950 | 2007-11-05 14:36:31 +0000 | [diff] [blame] | 12 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} |
Marianne Arnold | d041521 | 2007-12-25 19:55:22 +0000 | [diff] [blame] | 13 | \edef\UseOption{\UseOption,HAVE_DIRCACHE} |
| 14 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} |
| 15 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} |
Dominik Riebeling | fd4079c | 2007-03-05 20:05:32 +0000 | [diff] [blame] | 16 | \edef\UseOption{\UseOption,iaudio} |
| 17 | |
| 18 | \newcommand{\playerman}{Iaudio} |
| 19 | \newcommand{\playertype}{M5} |
| 20 | \newcommand{\playerlongtype}{\playertype} |
| 21 | \newcommand{\genericimg}{160x128x2} |
| 22 | \newcommand{\specimg}{m5} |
| 23 | %Used to name the player, e.g. ...to the \dap |
| 24 | \newcommand{\dap}{player} |
| 25 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 26 | \newcommand{\daps}{player's} |
| 27 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
| 28 | \newcommand{\screenshotsize}{4cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 29 | \newcommand{\disk}{hard disk} |
Dominik Riebeling | fd4079c | 2007-03-05 20:05:32 +0000 | [diff] [blame] | 30 | |
| 31 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
| 32 | \newcommand{\ButtonRight}{\btnfnt{Right}} |
| 33 | \newcommand{\ButtonUp}{\btnfnt{Up}} |
| 34 | \newcommand{\ButtonDown}{\btnfnt{Down}} |
| 35 | \newcommand{\ButtonSelect}{\btnfnt{Select}} |
| 36 | \newcommand{\ButtonPower}{\btnfnt{Power}} |
| 37 | \newcommand{\ButtonRec}{\btnfnt{Rec}} |
| 38 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
Marianne Arnold | d041521 | 2007-12-25 19:55:22 +0000 | [diff] [blame] | 39 | \newcommand{\ButtonHold}{\btnfnt{Hold}} |
Dominik Riebeling | fd4079c | 2007-03-05 20:05:32 +0000 | [diff] [blame] | 40 | |
| 41 | %Button actions, standard context |
| 42 | \newcommand{\ActionStdPrev}{\ButtonUp} |
| 43 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} |
| 44 | \newcommand{\ActionStdNext}{\ButtonDown} |
| 45 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} |
| 46 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower} |
| 47 | \newcommand{\ActionStdContext}{Long \ButtonSelect} |
| 48 | \newcommand{\ActionStdQuickScreen}{Long \ButtonRec} |
| 49 | \newcommand{\ActionStdMenu}{\ButtonRec} |
| 50 | \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay} |
| 51 | |
| 52 | %Button actions, wps context |
| 53 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 54 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 55 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 56 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 57 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 58 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 59 | \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| 60 | \newcommand{\ActionWpsVolUp}{\ButtonUp} |
| 61 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonRec} |
| 62 | \newcommand{\ActionWpsMenu}{\ButtonRec} |
| 63 | \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
| 64 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
| 65 | |
| 66 | %Button actions, tree context |
| 67 | \newcommand{\ActionTreeWps}{\ButtonPlay} |
| 68 | \newcommand{\ActionTreeStop}{Long \ButtonPlay} |
| 69 | \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} |
| 70 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
| 71 | |
| 72 | %Button actions, YesNo context |
| 73 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} |
| 74 | |
| 75 | %Button actions, Setting context |
| 76 | \newcommand{\ActionSettingInc}{\ButtonUp} |
| 77 | \newcommand{\ActionSettingDec}{\ButtonDown} |
| 78 | |
| 79 | %Button actions, Virtual Keyboard Context |
| 80 | \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| 81 | \newcommand{\ActionKbdRight}{\ButtonRight} |
| 82 | \newcommand{\ActionKbdUp}{\ButtonUp} |
| 83 | \newcommand{\ActionKbdDown}{\ButtonDown} |
| 84 | \newcommand{\ActionKbdSelect}{\ButtonSelect} |
| 85 | \newcommand{\ActionKbdDone}{\ButtonPlay} |
| 86 | \newcommand{\ActionKbdAbort}{\ButtonRec} |
| 87 | |
| 88 | %Button actions, Pitch Screen context |
| 89 | \newcommand{\ActionPsToggleMode}{\ButtonSelect} |
| 90 | \newcommand{\ActionPsIncSmall}{\ButtonUp} |
| 91 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} |
| 92 | \newcommand{\ActionPsDecSmall}{\ButtonDown} |
| 93 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} |
| 94 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| 95 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
| 96 | \newcommand{\ActionPsReset}{\ButtonPower} |
| 97 | \newcommand{\ActionPsExit}{\ButtonPlay} |
| 98 | |
| 99 | %Button actions, Recording screen context |
| 100 | \newcommand{\ActionRecPause}{\ButtonPlay} |
| 101 | \newcommand{\ActionRecNewfile}{\ButtonRec} |
| 102 | \newcommand{\ActionSettingsInc}{\ButtonRight} |
| 103 | \newcommand{\ActionSettingsDec}{\ButtonLeft} |
| 104 | \newcommand{\ActionRecMenu}{Long \ButtonRec} |
| 105 | \newcommand{\ActionRecExit}{Long \ButtonPlay} |