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