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} |
| 5 | \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
| 6 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 7 | \edef\UseOption{\UseOption,SWCODEC} |
| 8 | \edef\UseOption{\UseOption,IRIVER_H10_PAD} |
| 9 | \edef\UseOption{\UseOption,iriver} |
| 10 | |
| 11 | \newcommand{\playerman}{Iriver} |
| 12 | \newcommand{\playertype}{H10} |
Martin Arver | 658202d | 2006-08-30 17:47:38 +0000 | [diff] [blame] | 13 | \newcommand{\playerlongtype}{\playertype{} 20GB} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 14 | \newcommand{\genericimg}{160x128x16} |
| 15 | \newcommand{\specimg}{h10} |
| 16 | %Used to name the player, e.g. ...to the \dap |
| 17 | \newcommand{\dap}{player} |
| 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 19 | \newcommand{\daps}{player's} |
| 20 | \newcommand{\firmwarefilename}{\fname{rockbox.h10}} |
| 21 | \newcommand{\screenshotsize}{4cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 22 | \newcommand{\disk}{hard disk} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 23 | |
Dominik Riebeling | 20bdb6d | 2007-01-05 21:32:48 +0000 | [diff] [blame] | 24 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} |
| 25 | \newcommand{\ButtonRight}{\btnfnt{Select}} |
| 26 | \newcommand{\ButtonRew}{\btnfnt{Prev}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 27 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
Dominik Riebeling | 20bdb6d | 2007-01-05 21:32:48 +0000 | [diff] [blame] | 28 | \newcommand{\ButtonFF}{\btnfnt{Next}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 29 | \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}} |
| 30 | \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} |
| 31 | \newcommand{\ButtonPower}{\btnfnt{Power}} |
Christi Scarborough | 94a3725 | 2007-05-19 19:21:52 +0000 | [diff] [blame] | 32 | \newcommand{\ButtonHold}{\btnfnt{Hold}} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 33 | |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 34 | %Button actions, standard context |
| 35 | \newcommand{\ActionStdPrev}{\ButtonScrollUp} |
| 36 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} |
| 37 | \newcommand{\ActionStdNext}{\ButtonScrollDown} |
| 38 | \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} |
Barry Wardell | bad92dc | 2007-01-30 13:05:41 +0000 | [diff] [blame] | 39 | \newcommand{\ActionStdCancel}{\ButtonLeft} |
| 40 | \newcommand{\ActionStdContext}{Long \ButtonRight} |
| 41 | \newcommand{\ActionStdQuickScreen}{Long \ButtonLeft} |
| 42 | \newcommand{\ActionStdMenu}{\ButtonPower} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 43 | \newcommand{\ActionStdOk}{\ButtonRight} |
| 44 | |
| 45 | %Button actions, wps context |
| 46 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 47 | \newcommand{\ActionWpsSkipNext}{\ButtonFF} |
| 48 | \newcommand{\ActionWpsSkipPrev}{\ButtonRew} |
| 49 | \newcommand{\ActionWpsSeekBack}{Long \ButtonRew} |
| 50 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonFF} |
| 51 | |
| 52 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 53 | \newcommand{\ActionWpsVolDown}{\ButtonScrollDown} |
| 54 | \newcommand{\ActionWpsVolUp}{\ButtonScrollUp} |
| 55 | |
| 56 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft} |
Barry Wardell | bad92dc | 2007-01-30 13:05:41 +0000 | [diff] [blame] | 57 | \newcommand{\ActionWpsMenu}{\ButtonPower} |
| 58 | \newcommand{\ActionWpsContext}{Long \ButtonRight} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 59 | \newcommand{\ActionWpsBrowse}{\ButtonLeft} |
| 60 | \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} |
Nils Wallménius | c84b008 | 2006-09-09 10:04:54 +0000 | [diff] [blame] | 61 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} |
Martin Arver | afaeaef | 2006-08-30 13:18:46 +0000 | [diff] [blame] | 62 | |
Nils Wallménius | 8b6d9b3 | 2007-05-28 16:33:44 +0000 | [diff] [blame] | 63 | \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF} |
| 64 | \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew} |
| 65 | \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay} |
| 66 | |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 67 | %Button actions, tree context |
| 68 | \newcommand{\ActionTreeWps}{\ButtonPlay} |
| 69 | \newcommand{\ActionTreeStop}{Long \ButtonPlay} |
| 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}{\ButtonRight} |
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}{\ButtonScrollUp} |
| 78 | \newcommand{\ActionSettingDec}{\ButtonScrollDown} |
| 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}{\ButtonRew} |
| 84 | \newcommand{\ActionKbdDone}{\ButtonPlay} |
| 85 | \newcommand{\ActionKbdAbort}{\ButtonFF} |
| 86 | \newcommand{\ActionKbdUp}{\ButtonScrollUp} |
| 87 | \newcommand{\ActionKbdDown}{\ButtonScrollDown} |
Nils Wallménius | 504c040 | 2007-01-05 13:37:53 +0000 | [diff] [blame] | 88 | \newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew} |
| 89 | \newcommand{\ActionKbdMorseSelect}{\ButtonRew} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 90 | |
| 91 | %Button actions, Pitch Screen context |
Nils Wallménius | c4a8731 | 2006-12-01 13:11:19 +0000 | [diff] [blame] | 92 | \newcommand{\ActionPsToggleMode}{\ButtonPower} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 93 | \newcommand{\ActionPsIncSmall}{\ButtonScrollUp} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 94 | \newcommand{\ActionPsIncBig}{Long \ButtonScrollUp} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 95 | \newcommand{\ActionPsDecSmall}{\ButtonScrollDown} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 96 | \newcommand{\ActionPsDecBig}{Long \ButtonScrollDown} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 97 | \newcommand{\ActionPsNudgeLeft}{\ButtonRew} |
| 98 | \newcommand{\ActionPsNudgeRight}{\ButtonFF} |
| 99 | \newcommand{\ActionPsReset}{\ButtonPlay} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 100 | \newcommand{\ActionPsExit}{\ButtonLeft} |