Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 2 | \def\UseOption{recorderv2fm} |
Martin Arver | 4225794 | 2006-03-16 11:00:29 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 4 | \edef\UseOption{\UseOption,HAVE_RECORDING} |
| 5 | \edef\UseOption{\UseOption,CONFIG_TUNER} |
| 6 | \edef\UseOption{\UseOption,CONFIG_RTC} |
Nils Wallménius | 909b946 | 2007-03-03 00:07:31 +0000 | [diff] [blame] | 7 | \edef\UseOption{\UseOption,HAVE_RTC_ALARM} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,MASCODEC} |
| 9 | \edef\UseOption{\UseOption,RECORDER_PAD} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 10 | \edef\UseOption{\UseOption,archos} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 11 | |
| 12 | \newcommand{\playerman}{Archos} |
| 13 | \newcommand{\playertype}{Recorder V2/FM} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 14 | \newcommand{\playerlongtype}{Recorder V2 and FM} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 15 | \newcommand{\genericimg}{112x64x1} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 16 | \newcommand{\specimg}{recorderv2fm} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 17 | %Used to name the player, e.g. ...to the \dap |
| 18 | \newcommand{\dap}{player} |
Martin Arver | 2a76843 | 2006-03-25 10:32:10 +0000 | [diff] [blame] | 19 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 20 | \newcommand{\daps}{player's} |
Martin Arver | 47ea906 | 2006-06-07 12:15:46 +0000 | [diff] [blame] | 21 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 22 | \newcommand{\screenshotsize}{4cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 23 | \newcommand{\disk}{hard disk} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 24 | |
Dominik Riebeling | f6b4b91 | 2006-08-24 15:09:34 +0000 | [diff] [blame] | 25 | \newcommand{\ButtonOn}{\btnfnt{On}} |
| 26 | \newcommand{\ButtonOff}{\btnfnt{Off}} |
| 27 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
| 28 | \newcommand{\ButtonUp}{\btnfnt{Up}} |
| 29 | \newcommand{\ButtonDown}{\btnfnt{Down}} |
| 30 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
| 31 | \newcommand{\ButtonRight}{\btnfnt{Right}} |
| 32 | \newcommand{\ButtonFOne}{\btnfnt{F1}} |
| 33 | \newcommand{\ButtonFTwo}{\btnfnt{F2}} |
| 34 | \newcommand{\ButtonFThree}{\btnfnt{F3}} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 35 | |
| 36 | %Button actions, standard context |
| 37 | \newcommand{\ActionStdPrev}{\ButtonUp} |
| 38 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} |
| 39 | \newcommand{\ActionStdNext}{\ButtonDown} |
| 40 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} |
| 41 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff} |
| 42 | \newcommand{\ActionStdContext}{Long \ButtonPlay} |
| 43 | \newcommand{\ActionStdQuickScreen}{\ButtonFTwo} |
| 44 | \newcommand{\ActionStdMenu}{\ButtonFOne} |
| 45 | \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn} |
| 46 | |
| 47 | %Button actions, wps context |
| 48 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 49 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 50 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 51 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 52 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 53 | \newcommand{\ActionWpsStop}{\ButtonOff} |
| 54 | \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| 55 | \newcommand{\ActionWpsVolUp}{\ButtonUp} |
| 56 | \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown} |
| 57 | \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo} |
| 58 | \newcommand{\ActionWpsMenu}{\ButtonFOne} |
| 59 | \newcommand{\ActionWpsContext}{Long \ButtonPlay} |
| 60 | \newcommand{\ActionWpsBrowse}{\ButtonOn} |
| 61 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn} |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 62 | |
Dominik Riebeling | ca63d2f | 2007-05-29 23:13:25 +0000 | [diff] [blame] | 63 | \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft} |
| 64 | \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight} |
| 65 | \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff} |
| 66 | |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 67 | %Button actions, tree context |
| 68 | \newcommand{\ActionTreeWps}{\ButtonOn} |
| 69 | \newcommand{\ActionTreeStop}{\ButtonOff} |
| 70 | \newcommand{\ActionTreeEnter}{\ButtonRight} |
| 71 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
| 72 | |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 73 | %Button actions, YesNo context |
| 74 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 75 | |
Nils Wallménius | 70b4ea9 | 2007-03-03 01:35:01 +0000 | [diff] [blame] | 76 | %Button actions, Setting context |
| 77 | \newcommand{\ActionSettingInc}{\ButtonUp} |
| 78 | \newcommand{\ActionSettingDec}{\ButtonDown} |
| 79 | |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 80 | %Button actions, Virtual Keyboard Context |
| 81 | \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| 82 | \newcommand{\ActionKbdRight}{\ButtonRight} |
| 83 | \newcommand{\ActionKbdSelect}{\ButtonPlay} |
| 84 | \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} |
| 85 | \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} |
| 86 | \newcommand{\ActionKbdPageFlip}{\ButtonFOne} |
| 87 | \newcommand{\ActionKbdDone}{\ButtonFTwo} |
| 88 | \newcommand{\ActionKbdAbort}{\ButtonOff} |
| 89 | \newcommand{\ActionKbdBackSpace}{\ButtonFThree} |
| 90 | \newcommand{\ActionKbdUp}{\ButtonUp} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 91 | \newcommand{\ActionKbdDown}{\ButtonDown} |
| 92 | |
| 93 | %Button actions, Pitch Screen context |
Nils Wallménius | c4a8731 | 2006-12-01 13:11:19 +0000 | [diff] [blame] | 94 | \newcommand{\ActionPsToggleMode}{\ButtonFOne} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 95 | \newcommand{\ActionPsIncSmall}{\ButtonUp} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 96 | \newcommand{\ActionPsIncBig}{Long \ButtonUp} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 97 | \newcommand{\ActionPsDecSmall}{\ButtonDown} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 98 | \newcommand{\ActionPsDecBig}{Long \ButtonDown} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 99 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| 100 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
| 101 | \newcommand{\ActionPsReset}{\ButtonOn} |
Nils Wallménius | b100a20 | 2006-11-30 14:53:30 +0000 | [diff] [blame] | 102 | \newcommand{\ActionPsExit}{\ButtonOff} |
| 103 | |
| 104 | %Button actions, Recording screen context |
| 105 | \newcommand{\ActionRecPause}{\ButtonPlay} |
| 106 | \newcommand{\ActionRecFTwo}{\ButtonFTwo} |
| 107 | \newcommand{\ActionRecFThree}{\ButtonFThree} |
| 108 | \newcommand{\ActionSettingsInc}{\ButtonRight} |
| 109 | \newcommand{\ActionSettingsDec}{\ButtonLeft} |
| 110 | \newcommand{\ActionRecMenu}{\ButtonFOne} |
| 111 | \newcommand{\ActionRecExit}{\ButtonOff} |