Martin Arver | 8a7cbc6 | 2006-06-05 11:34:41 +0000 | [diff] [blame] | 1 | % $Id$ % |
| 2 | %platform file for the Ondio SP |
| 3 | \def\UseOption{ondiosp} |
| 4 | \edef\UseOption{\UseOption,ondio} |
| 5 | \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| 6 | \edef\UseOption{\UseOption,MASCODEC} |
| 7 | \edef\UseOption{\UseOption,ONDIO_PAD} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 8 | \edef\UseOption{\UseOption,archos} |
Martin Arver | 8a7cbc6 | 2006-06-05 11:34:41 +0000 | [diff] [blame] | 9 | |
| 10 | \newcommand{\playerman}{Archos} |
| 11 | \newcommand{\playertype}{Ondio} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 12 | \newcommand{\playerlongtype}{Ondio 128 SP} |
Martin Arver | 8a7cbc6 | 2006-06-05 11:34:41 +0000 | [diff] [blame] | 13 | \newcommand{\genericimg}{112x64x1} |
Martin Arver | d15204e | 2006-06-06 11:41:55 +0000 | [diff] [blame] | 14 | \newcommand{\specimg}{ondiosp} |
Martin Arver | 8a7cbc6 | 2006-06-05 11:34:41 +0000 | [diff] [blame] | 15 | %Used to name the player, e.g. ...to the \dap |
| 16 | \newcommand{\dap}{player} |
| 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{ajbrec.ajz}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 20 | \newcommand{\screenshotsize}{4cm} |
Martin Arver | 8a7cbc6 | 2006-06-05 11:34:41 +0000 | [diff] [blame] | 21 | |
Dominik Riebeling | f6b4b91 | 2006-08-24 15:09:34 +0000 | [diff] [blame] | 22 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
| 23 | \newcommand{\ButtonRight}{\btnfnt{Right}} |
| 24 | \newcommand{\ButtonOff}{\btnfnt{On/Off}} |
| 25 | \newcommand{\ButtonUp}{\btnfnt{Up}} |
| 26 | \newcommand{\ButtonDown}{\btnfnt{Down}} |
| 27 | \newcommand{\ButtonMenu}{\btnfnt{Mode}} |
| 28 | |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 29 | %Button actions, standard context |
| 30 | \newcommand{\ActionStdPrev}{\ButtonUp} |
| 31 | \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} |
| 32 | \newcommand{\ActionStdNext}{\ButtonDown} |
| 33 | \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} |
| 34 | \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff} |
| 35 | \newcommand{\ActionStdContext}{Long \ButtonRight} |
| 36 | \newcommand{\ActionStdMenu}{Long \ButtonMenu} |
| 37 | \newcommand{\ActionStdOk}{\ButtonRight} |
| 38 | |
| 39 | %Button actions, wps context |
| 40 | \newcommand{\ActionWpsPlay}{\ButtonOff} |
| 41 | \newcommand{\ActionWpsSkipNext}{\ButtonRight} |
| 42 | \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} |
| 43 | \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} |
| 44 | \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} |
| 45 | \newcommand{\ActionWpsStop}{Long \ButtonOff} |
| 46 | \newcommand{\ActionWpsVolDown}{\ButtonDown} |
| 47 | \newcommand{\ActionWpsVolUp}{\ButtonUp} |
| 48 | \newcommand{\ActionWpsContext}{Long \ButtonMenu} |
| 49 | \newcommand{\ActionWpsBrowse}{\ButtonMenu} |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 50 | |
| 51 | %Button actions, YesNo context |
| 52 | \newcommand{\ActionYesNoAccept}{\ButtonRight} |
Martin Arver | 2145484 | 2006-10-17 11:00:28 +0000 | [diff] [blame] | 53 | |
| 54 | %Button actions, Pitch Screen context |
| 55 | \newcommand{\ActionPsIncSmall}{\ButtonUp} |
| 56 | \newcommand{\ActionPsIncBig}{Hold \ButtonUp} |
| 57 | \newcommand{\ActionPsDecSmall}{\ButtonDown} |
| 58 | \newcommand{\ActionPsDecBig}{Hold \ButtonDown} |
| 59 | \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} |
| 60 | \newcommand{\ActionPsNudgeRight}{\ButtonRight} |
| 61 | \newcommand{\ActionPsReset}{\ButtonMenu} |
| 62 | \newcommand{\ActionPsExit}{\ButtonOff} |