Martin Arver | d5fe803 | 2006-08-23 17:10:08 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | \def\UseOption{ipod3g} |
| 3 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 4 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 5 | \edef\UseOption{\UseOption,SWCODEC} |
| 6 | \edef\UseOption{\UseOption,IPOD_3G_PAD} |
| 7 | \edef\UseOption{\UseOption,ipod} |
| 8 | |
| 9 | \newcommand{\playerman}{Ipod} |
| 10 | \newcommand{\playertype}{3G} |
| 11 | \newcommand{\playerlongtype}{\playertype} |
| 12 | \newcommand{\genericimg}{160x128x2} |
| 13 | \newcommand{\specimg}{ipod3g} |
| 14 | %Used to name the player, e.g. ...to the \dap |
| 15 | \newcommand{\dap}{player} |
| 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 17 | \newcommand{\daps}{player's} |
| 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
| 19 | \newcommand{\screenshotsize}{4cm} |
| 20 | |
Martin Arver | 36e3740 | 2006-08-24 17:03:28 +0000 | [diff] [blame] | 21 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
| 22 | \newcommand{\ButtonRight}{\btnfnt{Next}} |
Martin Arver | 6efa782 | 2006-08-25 08:02:34 +0000 | [diff] [blame] | 23 | \newcommand{\ButtonMenu}{\btnfnt{Menu}} |
Martin Arver | 36e3740 | 2006-08-24 17:03:28 +0000 | [diff] [blame] | 24 | \newcommand{\ButtonPlay}{\btnfnt{Play}} |
| 25 | \newcommand{\ButtonSelect}{\btnfnt{Select}} |
| 26 | \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} |
| 27 | \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} |
Martin Arver | d5fe803 | 2006-08-23 17:10:08 +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 | |