Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Martin Arver | 42c8e5c | 2006-04-01 09:30:43 +0000 | [diff] [blame] | 2 | \def\UseOption{ipodmini} |
Barry Wardell | 55c9297 | 2006-10-10 17:53:42 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} |
Martin Arver | 42c8e5c | 2006-04-01 09:30:43 +0000 | [diff] [blame] | 4 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 5 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 6 | \edef\UseOption{\UseOption,SWCODEC} |
| 7 | \edef\UseOption{\UseOption,IPOD_4G_PAD} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,ipod} |
Martin Arver | 42c8e5c | 2006-04-01 09:30:43 +0000 | [diff] [blame] | 9 | |
| 10 | \newcommand{\playerman}{Ipod} |
| 11 | \newcommand{\playertype}{Mini} |
| 12 | \newcommand{\playerlongtype}{\playertype} |
| 13 | \newcommand{\genericimg}{138x110x2} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 14 | \newcommand{\specimg}{ipodmini} |
Martin Arver | 42c8e5c | 2006-04-01 09:30:43 +0000 | [diff] [blame] | 15 | %Used to name the player, e.g. ...to the \dap |
| 16 | \newcommand{\dap}{player} |
| 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 18 | \newcommand{\daps}{player's} |
Martin Arver | 47ea906 | 2006-06-07 12:15:46 +0000 | [diff] [blame] | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 20 | \newcommand{\screenshotsize}{4cm} |
Martin Arver | 42c8e5c | 2006-04-01 09:30:43 +0000 | [diff] [blame] | 21 | |
Dominik Riebeling | f6b4b91 | 2006-08-24 15:09:34 +0000 | [diff] [blame] | 22 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
| 23 | \newcommand{\ButtonRight}{\btnfnt{Next}} |
| 24 | \newcommand{\ButtonMenu}{\btnfnt{Menu}} |
| 25 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
| 26 | \newcommand{\ButtonSelect}{\btnfnt{Select}} |
| 27 | \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} |
| 28 | \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 29 | |
| 30 | %Button actions, standard context |
| 31 | \newcommand{\ActionStdPrev}{\ButtonScrollBack} |
| 32 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack} |
| 33 | \newcommand{\ActionStdNext}{\ButtonScrollFwd} |
| 34 | \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd} |
| 35 | \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay} |
| 36 | \newcommand{\ActionStdContext}{Long \ButtonSelect} |
| 37 | \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} |
| 38 | \newcommand{\ActionStdMenu}{\ButtonMenu} |
| 39 | \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} |
| 40 | |
| 41 | %Button actions, wps context |
| 42 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 43 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 44 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 45 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 46 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 47 | |
| 48 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 49 | \newcommand{\ActionWpsVolDown}{\ButtonScrollBack} |
| 50 | \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd} |
| 51 | |
| 52 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} |
| 53 | \newcommand{\ActionWpsMenu}{\ButtonMenu} |
| 54 | \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
| 55 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 56 | |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 57 | %Button actions, tree context |
| 58 | \newcommand{\ActionTreeWps}{\ButtonPlay} |
| 59 | \newcommand{\ActionTreeStop}{Long \ButtonPlay} |
| 60 | \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} |
| 61 | \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |
| 62 | |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 63 | %Button actions, YesNo context |
| 64 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 65 | |
| 66 | %Button actions, Virtual Keyboard Context |
| 67 | \newcommand{\ActionKbdLeft}{\ButtonLeft} |
| 68 | \newcommand{\ActionKbdRight}{\ButtonRight} |
| 69 | \newcommand{\ActionKbdSelect}{\ButtonSelect} |
Nils Wallménius | 4938567 | 2006-12-18 20:01:36 +0000 | [diff] [blame] | 70 | \newcommand{\ActionKbdDone}{\ButtonPlay} |
Martin Arver | fb7edc0 | 2006-10-17 10:32:55 +0000 | [diff] [blame] | 71 | \newcommand{\ActionKbdAbort}{\ButtonMenu} |
| 72 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} |
| 73 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} |
Nils Wallménius | 4938567 | 2006-12-18 20:01:36 +0000 | [diff] [blame] | 74 | \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu} |
| 75 | \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 76 | |
| 77 | %Button actions, Pitch Screen context |
Nils Wallménius | c4a8731 | 2006-12-01 13:11:19 +0000 | [diff] [blame] | 78 | \newcommand{\ActionPsToggleMode}{\ButtonPlay} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 79 | \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 80 | \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 81 | \newcommand{\ActionPsDecSmall}{\ButtonScrollBack} |
Martin Arver | e997c52 | 2006-11-30 15:45:45 +0000 | [diff] [blame] | 82 | \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 83 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| 84 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
| 85 | \newcommand{\ActionPsReset}{\ButtonMenu} |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 86 | \newcommand{\ActionPsExit}{\ButtonSelect} |