Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | \def\UseOption{h10} |
Barry Wardell | 55c9297 | 2006-10-10 17:53:42 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 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} |
| 7 | \edef\UseOption{\UseOption,HAVE_LCD_SLEEP} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
Marianne Arnold | 88d85c8 | 2007-12-13 18:59:15 +0000 | [diff] [blame] | 9 | \edef\UseOption{\UseOption,CONFIG_TUNER} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 10 | \edef\UseOption{\UseOption,CONFIG_RTC} |
Nils Wallménius | 203f38a | 2007-11-14 17:55:46 +0000 | [diff] [blame] | 11 | \edef\UseOption{\UseOption,HAVE_RTC_ALARM} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 12 | \edef\UseOption{\UseOption,SWCODEC} |
| 13 | \edef\UseOption{\UseOption,IRIVER_H10_PAD} |
Nils Wallménius | cd5d950 | 2007-11-05 14:36:31 +0000 | [diff] [blame] | 14 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} |
Marianne Arnold | d041521 | 2007-12-25 19:55:22 +0000 | [diff] [blame] | 15 | \edef\UseOption{\UseOption,HAVE_DIRCACHE} |
| 16 | \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} |
| 17 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 18 | \edef\UseOption{\UseOption,iriver} |
| 19 | |
| 20 | \newcommand{\playerman}{Iriver} |
| 21 | \newcommand{\playertype}{H10} |
Martin Arver | 658202d | 2006-08-30 17:47:38 +0000 | [diff] [blame] | 22 | \newcommand{\playerlongtype}{\playertype{} 20GB} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 23 | \newcommand{\genericimg}{160x128x16} |
| 24 | \newcommand{\specimg}{h10} |
| 25 | %Used to name the player, e.g. ...to the \dap |
| 26 | \newcommand{\dap}{player} |
| 27 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 28 | \newcommand{\daps}{player's} |
Marianne Arnold | a5fcfd1 | 2007-09-30 21:48:20 +0000 | [diff] [blame] | 29 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 30 | \newcommand{\screenshotsize}{4cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 31 | \newcommand{\disk}{hard disk} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 32 | |
Dominik Riebeling | 20bdb6d | 2007-01-05 21:32:48 +0000 | [diff] [blame] | 33 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} |
| 34 | \newcommand{\ButtonRight}{\btnfnt{Select}} |
| 35 | \newcommand{\ButtonRew}{\btnfnt{Prev}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 36 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
Dominik Riebeling | 20bdb6d | 2007-01-05 21:32:48 +0000 | [diff] [blame] | 37 | \newcommand{\ButtonFF}{\btnfnt{Next}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 38 | \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}} |
| 39 | \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} |
| 40 | \newcommand{\ButtonPower}{\btnfnt{Power}} |
Christi Scarborough | 94a3725 | 2007-05-19 19:21:52 +0000 | [diff] [blame] | 41 | \newcommand{\ButtonHold}{\btnfnt{Hold}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 42 | |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 43 | %Button actions, standard context |
| 44 | \newcommand{\ActionStdPrev}{\ButtonScrollUp} |
| 45 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} |
| 46 | \newcommand{\ActionStdNext}{\ButtonScrollDown} |
| 47 | \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} |
Barry Wardell | bad92dc | 2007-01-30 13:05:41 +0000 | [diff] [blame] | 48 | \newcommand{\ActionStdCancel}{\ButtonLeft} |
| 49 | \newcommand{\ActionStdContext}{Long \ButtonRight} |
| 50 | \newcommand{\ActionStdQuickScreen}{Long \ButtonLeft} |
| 51 | \newcommand{\ActionStdMenu}{\ButtonPower} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 52 | \newcommand{\ActionStdOk}{\ButtonRight} |
| 53 | |
| 54 | %Button actions, wps context |
| 55 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 56 | \newcommand{\ActionWpsSkipNext}{\ButtonFF} |
| 57 | \newcommand{\ActionWpsSkipPrev}{\ButtonRew} |
| 58 | \newcommand{\ActionWpsSeekBack}{Long \ButtonRew} |
| 59 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonFF} |
| 60 | |
| 61 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 62 | \newcommand{\ActionWpsVolDown}{\ButtonScrollDown} |
| 63 | \newcommand{\ActionWpsVolUp}{\ButtonScrollUp} |
| 64 | |
| 65 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft} |
Barry Wardell | bad92dc | 2007-01-30 13:05:41 +0000 | [diff] [blame] | 66 | \newcommand{\ActionWpsMenu}{\ButtonPower} |
| 67 | \newcommand{\ActionWpsContext}{Long \ButtonRight} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 68 | \newcommand{\ActionWpsBrowse}{\ButtonLeft} |
| 69 | \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} |
Nils Wallménius | c84b008 | 2006-09-09 10:04:54 +0000 | [diff] [blame] | 70 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 71 | |
Nils Wallménius | 8b6d9b3 | 2007-05-28 16:33:44 +0000 | [diff] [blame] | 72 | \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF} |
| 73 | \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew} |
| 74 | \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay} |
| 75 | |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 76 | %Button actions, tree context |
| 77 | \newcommand{\ActionTreeWps}{\ButtonPlay} |
| 78 | \newcommand{\ActionTreeStop}{Long \ButtonPlay} |
| 79 | \newcommand{\ActionTreeEnter}{\ButtonRight} |
| 80 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
| 81 | |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 82 | %Button actions, YesNo context |
| 83 | \newcommand{\ActionYesNoAccept}{\ButtonRight} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 84 | |
Nils Wallménius | 70b4ea9 | 2007-03-03 01:35:01 +0000 | [diff] [blame] | 85 | %Button actions, Setting context |
| 86 | \newcommand{\ActionSettingInc}{\ButtonScrollUp} |
| 87 | \newcommand{\ActionSettingDec}{\ButtonScrollDown} |
| 88 | |
Nils Wallménius | 203f38a | 2007-11-14 17:55:46 +0000 | [diff] [blame] | 89 | %Button actions, Alarm screen |
| 90 | \newcommand{\ActionAlarmSet}{\ActionStdOk} |
| 91 | \newcommand{\ActionAlarmCancel}{\ActionStdCancel} |
| 92 | \newcommand{\ActionAlarmHoursInc}{\ButtonRew} |
| 93 | \newcommand{\ActionAlarmHoursDec}{\ButtonFF} |
| 94 | |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 95 | %Button actions, Virtual Keyboard Context |
| 96 | \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| 97 | \newcommand{\ActionKbdRight}{\ButtonRight} |
| 98 | \newcommand{\ActionKbdSelect}{\ButtonRew} |
| 99 | \newcommand{\ActionKbdDone}{\ButtonPlay} |
| 100 | \newcommand{\ActionKbdAbort}{\ButtonFF} |
| 101 | \newcommand{\ActionKbdUp}{\ButtonScrollUp} |
| 102 | \newcommand{\ActionKbdDown}{\ButtonScrollDown} |
Nils Wallménius | 504c040 | 2007-01-05 13:37:53 +0000 | [diff] [blame] | 103 | \newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew} |
| 104 | \newcommand{\ActionKbdMorseSelect}{\ButtonRew} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 105 | |
| 106 | %Button actions, Pitch Screen context |
Nils Wallménius | c4a8731 | 2006-12-01 13:11:19 +0000 | [diff] [blame] | 107 | \newcommand{\ActionPsToggleMode}{\ButtonPower} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 108 | \newcommand{\ActionPsIncSmall}{\ButtonScrollUp} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 109 | \newcommand{\ActionPsIncBig}{Long \ButtonScrollUp} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 110 | \newcommand{\ActionPsDecSmall}{\ButtonScrollDown} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 111 | \newcommand{\ActionPsDecBig}{Long \ButtonScrollDown} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 112 | \newcommand{\ActionPsNudgeLeft}{\ButtonRew} |
| 113 | \newcommand{\ActionPsNudgeRight}{\ButtonFF} |
| 114 | \newcommand{\ActionPsReset}{\ButtonPlay} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 115 | \newcommand{\ActionPsExit}{\ButtonLeft} |