Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Martin Arver | c94f472 | 2006-03-21 20:12:04 +0000 | [diff] [blame] | 2 | \def\UseOption{ipod4g} |
| 3 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 4 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 5 | \edef\UseOption{\UseOption,SWCODEC} |
| 6 | \edef\UseOption{\UseOption,IPOD_4G_PAD} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 7 | \edef\UseOption{\UseOption,ipod} |
Martin Arver | c94f472 | 2006-03-21 20:12:04 +0000 | [diff] [blame] | 8 | |
Martin Arver | b158575 | 2006-03-30 21:33:20 +0000 | [diff] [blame] | 9 | \newcommand{\playerman}{Ipod} |
| 10 | \newcommand{\playertype}{4G} |
Martin Arver | c94f472 | 2006-03-21 20:12:04 +0000 | [diff] [blame] | 11 | \newcommand{\playerlongtype}{\playertype} |
| 12 | \newcommand{\genericimg}{160x128x2} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 13 | \newcommand{\specimg}{ipod4g} |
Martin Arver | c94f472 | 2006-03-21 20:12:04 +0000 | [diff] [blame] | 14 | %Used to name the player, e.g. ...to the \dap |
| 15 | \newcommand{\dap}{player} |
Martin Arver | 2a76843 | 2006-03-25 10:32:10 +0000 | [diff] [blame] | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 17 | \newcommand{\daps}{player's} |
Martin Arver | 47ea906 | 2006-06-07 12:15:46 +0000 | [diff] [blame] | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 19 | \newcommand{\screenshotsize}{4cm} |
Martin Arver | c94f472 | 2006-03-21 20:12:04 +0000 | [diff] [blame] | 20 | |
| 21 | \newcommand{\ButtonLeft}{Prev} |
| 22 | \newcommand{\ButtonRight}{Next} |
| 23 | \newcommand{\ButtonMenu}{Menu} |
| 24 | \newcommand{\ButtonPlay}{Play} |
| 25 | \newcommand{\ButtonSelect}{Select} |
| 26 | \newcommand{\ButtonScrollFwd}{Scroll Fwd} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 27 | \newcommand{\ButtonScrollBack}{Scroll Back} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 28 | |
| 29 | %Button actions, standard context |
| 30 | \newcommand{\ActionStdPrev}{\ButtonScrollBack} |
| 31 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack} |
| 32 | \newcommand{\ActionStdNext}{\ButtonScrollFwd} |
| 33 | \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd} |
| 34 | \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay} |
| 35 | \newcommand{\ActionStdContext}{Long \ButtonSelect} |
| 36 | \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu} |
| 37 | \newcommand{\ActionStdMenu}{\ButtonMenu} |
| 38 | \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} |
| 39 | |
| 40 | %Button actions, wps context |
| 41 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 42 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 43 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 44 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 45 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 46 | |
| 47 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 48 | \newcommand{\ActionWpsVolDown}{\ButtonScrollBack} |
| 49 | \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd} |
| 50 | |
| 51 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} |
| 52 | \newcommand{\ActionWpsMenu}{\ButtonMenu} |
| 53 | \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
| 54 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
| 55 | |