Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 2 | \def\UseOption{x5} |
| 3 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 4 | \edef\UseOption{\UseOption,HAVE_RECORDING} |
| 5 | \edef\UseOption{\UseOption,CONFIG_TUNER} |
| 6 | \edef\UseOption{\UseOption,CONFIG_RTC} |
| 7 | \edef\UseOption{\UseOption,SWCODEC} |
| 8 | \edef\UseOption{\UseOption,IAUDIO_X5_PAD} |
Martin Arver | 959d23e | 2006-06-04 15:03:39 +0000 | [diff] [blame] | 9 | \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
Nils Wallménius | d492cf3 | 2006-08-19 11:41:25 +0000 | [diff] [blame] | 10 | \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} |
Nils Wallménius | a91cb24 | 2006-07-24 21:04:27 +0000 | [diff] [blame] | 11 | \edef\UseOption{\UseOption,iaudio} |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 12 | |
Martin Arver | b158575 | 2006-03-30 21:33:20 +0000 | [diff] [blame] | 13 | \newcommand{\playerman}{Iaudio} |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 14 | \newcommand{\playertype}{X5} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 15 | \newcommand{\playerlongtype}{\playertype} |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 16 | \newcommand{\genericimg}{160x128x16} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 17 | \newcommand{\specimg}{x5} |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 18 | %Used to name the player, e.g. ...to the \dap |
| 19 | \newcommand{\dap}{player} |
Martin Arver | 2a76843 | 2006-03-25 10:32:10 +0000 | [diff] [blame] | 20 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 21 | \newcommand{\daps}{player's} |
Martin Arver | 47ea906 | 2006-06-07 12:15:46 +0000 | [diff] [blame] | 22 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 23 | \newcommand{\screenshotsize}{4cm} |
Martin Arver | fc0bc47 | 2006-03-21 13:43:49 +0000 | [diff] [blame] | 24 | |
| 25 | \newcommand{\ButtonLeft}{Left} |
| 26 | \newcommand{\ButtonRight}{Right} |
| 27 | \newcommand{\ButtonUp}{Up} |
| 28 | \newcommand{\ButtonDown}{Down} |
| 29 | \newcommand{\ButtonSelect}{Select} |
| 30 | \newcommand{\ButtonPower}{Power} |
| 31 | \newcommand{\ButtonRec}{Rec} |
| 32 | \newcommand{\ButtonPlay}{Play} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 33 | |
| 34 | %Button actions, standard context |
| 35 | \newcommand{\ActionStdPrev}{\ButtonUp} |
| 36 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} |
| 37 | \newcommand{\ActionStdNext}{\ButtonDown} |
| 38 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} |
| 39 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower} |
| 40 | \newcommand{\ActionStdContext}{Long \ButtonSelect} |
| 41 | \newcommand{\ActionStdQuickScreen}{Long \ButtonRec} |
| 42 | \newcommand{\ActionStdMenu}{\ButtonRec} |
| 43 | \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay} |
| 44 | |
| 45 | %Button actions, wps context |
| 46 | \newcommand{\ActionWpsPlay}{\ButtonPlay} |
| 47 | \newcommand{\ActionWpsStop}{Long \ButtonPlay} |
| 48 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 49 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 50 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 51 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 52 | |
| 53 | \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| 54 | \newcommand{\ActionWpsVolUp}{\ButtonUp} |
| 55 | \newcommand{\ActionWpsQuickScreen}{Long \ButtonRec} |
| 56 | \newcommand{\ActionWpsMenu}{\ButtonRec} |
| 57 | \newcommand{\ActionWpsContext}{Long \ButtonSelect} |
| 58 | \newcommand{\ActionWpsBrowse}{\ButtonSelect} |
| 59 | |
| 60 | |