blob: b5aa978102b28777aac0f10e3b64451b6cf5261b [file] [log] [blame]
Martin Arver8a7cbc62006-06-05 11:34:41 +00001% $Id$ %
2%platform file for the Ondio FM
3\def\UseOption{ondiofm}
4% To not break the current manual
5\edef\UseOption{\UseOption,ondio}
6\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
7\edef\UseOption{\UseOption,HAVE_RECORDING}
8\edef\UseOption{\UseOption,CONFIG_TUNER}
9\edef\UseOption{\UseOption,MASCODEC}
10\edef\UseOption{\UseOption,ONDIO_PAD}
Martin Arver4c981062006-06-07 18:48:56 +000011\edef\UseOption{\UseOption,archos}
Martin Arver8a7cbc62006-06-05 11:34:41 +000012
13\newcommand{\playerman}{Archos}
14\newcommand{\playertype}{Ondio}
Martin Arver4c981062006-06-07 18:48:56 +000015\newcommand{\playerlongtype}{Ondio 128 FM}
Martin Arver8a7cbc62006-06-05 11:34:41 +000016\newcommand{\genericimg}{112x64x1}
Martin Arverd15204e2006-06-06 11:41:55 +000017\newcommand{\specimg}{ondiofm}
Martin Arver8a7cbc62006-06-05 11:34:41 +000018%Used to name the player, e.g. ...to the \dap
19\newcommand{\dap}{player}
20%For use when referring to the player. E.g. the \daps\ capacity ...
21\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000022\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000023\newcommand{\screenshotsize}{4cm}
Martin Arver8a7cbc62006-06-05 11:34:41 +000024
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000025\newcommand{\ButtonLeft}{\btnfnt{Left}}
26\newcommand{\ButtonRight}{\btnfnt{Right}}
27\newcommand{\ButtonOff}{\btnfnt{On/Off}}
28\newcommand{\ButtonUp}{\btnfnt{Up}}
29\newcommand{\ButtonDown}{\btnfnt{Down}}
30\newcommand{\ButtonMenu}{\btnfnt{Mode}}
Martin Arver0e07eff2006-08-16 15:16:15 +000031
32%Button actions, standard context
33\newcommand{\ActionStdPrev}{\ButtonUp}
34\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
35\newcommand{\ActionStdNext}{\ButtonDown}
36\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
37\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
38\newcommand{\ActionStdContext}{Long \ButtonRight}
39\newcommand{\ActionStdMenu}{Long \ButtonMenu}
40\newcommand{\ActionStdOk}{\ButtonRight}
41
42%Button actions, wps context
43\newcommand{\ActionWpsPlay}{\ButtonOff}
44\newcommand{\ActionWpsSkipNext}{\ButtonRight}
45\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
46\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
47\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
48\newcommand{\ActionWpsStop}{Long \ButtonOff}
49\newcommand{\ActionWpsVolDown}{\ButtonDown}
50\newcommand{\ActionWpsVolUp}{\ButtonUp}
51\newcommand{\ActionWpsContext}{Long \ButtonMenu}
52\newcommand{\ActionWpsBrowse}{\ButtonMenu}
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000053
Nils Wallménius74369b42006-12-04 20:55:03 +000054%Button actions, tree context
55\newcommand{\ActionTreeWps}{\ButtonMenu}
56\newcommand{\ActionTreeStop}{\ButtonOff}
57\newcommand{\ActionTreeEnter}{\ButtonRight}
58\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
59
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000060%Button actions, YesNo context
61\newcommand{\ActionYesNoAccept}{\ButtonRight}
Martin Arver21454842006-10-17 11:00:28 +000062
63%Button actions, Pitch Screen context
Nils Wallméniusc4a87312006-12-01 13:11:19 +000064\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
Martin Arver21454842006-10-17 11:00:28 +000065\newcommand{\ActionPsIncSmall}{\ButtonUp}
Martin Arvere997c522006-11-30 15:45:45 +000066\newcommand{\ActionPsIncBig}{Long \ButtonUp}
Martin Arver21454842006-10-17 11:00:28 +000067\newcommand{\ActionPsDecSmall}{\ButtonDown}
Martin Arvere997c522006-11-30 15:45:45 +000068\newcommand{\ActionPsDecBig}{Long \ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +000069\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
70\newcommand{\ActionPsNudgeRight}{\ButtonRight}
71\newcommand{\ActionPsReset}{\ButtonMenu}
72\newcommand{\ActionPsExit}{\ButtonOff}
Nils Wallméniusb100a202006-11-30 14:53:30 +000073
74%Button actions, Recording screen context
75\newcommand{\ActionRecPause}{\ButtonMenu}
76\newcommand{\ActionSettingsInc}{\ButtonRight}
77\newcommand{\ActionSettingsDec}{\ButtonLeft}
78\newcommand{\ActionRecMenu}{Long \ButtonMenu}
79\newcommand{\ActionRecExit}{\ButtonOff}