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