Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 2 | \def\UseOption{ipodnano} |
Martin Arver | 4225794 | 2006-03-16 11:00:29 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 4 | \edef\UseOption{\UseOption,CONFIG_RTC} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 5 | \edef\UseOption{\UseOption,SWCODEC} |
| 6 | \edef\UseOption{\UseOption,IPOD_4G_PAD} |
Martin Arver | 959d23e | 2006-06-04 15:03:39 +0000 | [diff] [blame] | 7 | \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,ipod} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 9 | |
Martin Arver | b158575 | 2006-03-30 21:33:20 +0000 | [diff] [blame] | 10 | \newcommand{\playerman}{Ipod} |
| 11 | \newcommand{\playertype}{Nano} |
Christi Scarborough | 93c1538 | 2006-02-06 12:15:04 +0000 | [diff] [blame] | 12 | \newcommand{\playerlongtype}{\playertype} |
Martin Arver | d3d3e34 | 2006-03-15 10:56:14 +0000 | [diff] [blame] | 13 | \newcommand{\genericimg}{176x132x16} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 14 | \newcommand{\specimg}{ipodnano} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 15 | %Used to name the player, e.g. ...to the \dap |
| 16 | \newcommand{\dap}{player} |
Martin Arver | 2a76843 | 2006-03-25 10:32:10 +0000 | [diff] [blame] | 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 | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 21 | |
| 22 | \newcommand{\ButtonLeft}{Prev} |
| 23 | \newcommand{\ButtonRight}{Next} |
| 24 | \newcommand{\ButtonMenu}{Menu} |
| 25 | \newcommand{\ButtonPlay}{Play} |
| 26 | \newcommand{\ButtonSelect}{Select} |
| 27 | \newcommand{\ButtonScrollFwd}{Scroll Fwd} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 28 | \newcommand{\ButtonScrollBack}{Scroll Back} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 29 | |
| 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} |
| 56 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |