blob: e7cad6ac7d8c27a22e0962b5d9293c7cf978585b [file] [log] [blame]
Martin Arver8a7cbc62006-06-05 11:34:41 +00001% $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 Arver4c981062006-06-07 18:48:56 +00008\edef\UseOption{\UseOption,archos}
Martin Arver8a7cbc62006-06-05 11:34:41 +00009
10\newcommand{\playerman}{Archos}
11\newcommand{\playertype}{Ondio}
Martin Arver4c981062006-06-07 18:48:56 +000012\newcommand{\playerlongtype}{Ondio 128 SP}
Martin Arver8a7cbc62006-06-05 11:34:41 +000013\newcommand{\genericimg}{112x64x1}
Martin Arverd15204e2006-06-06 11:41:55 +000014\newcommand{\specimg}{ondiosp}
Martin Arver8a7cbc62006-06-05 11:34:41 +000015%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 Arver47ea9062006-06-07 12:15:46 +000019\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000020\newcommand{\screenshotsize}{4cm}
Martin Arver8a7cbc62006-06-05 11:34:41 +000021
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000022\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 Arver0e07eff2006-08-16 15:16:15 +000029%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éniusa4858cf2006-09-10 10:56:46 +000050
51%Button actions, YesNo context
52\newcommand{\ActionYesNoAccept}{\ButtonRight}
Martin Arver21454842006-10-17 11:00:28 +000053
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}