Fix another oops with defining IRAMORIG twice. :p
[Rockbox.git] / manual / platform / ondiofm.tex
blob64a72c90ea3a70b3bad361d8bc5f919c08aeeff5
1 % $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_LCD_INVERT}
8 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
9 \edef\UseOption{\UseOption,HAVE_RECORDING}
10 \edef\UseOption{\UseOption,CONFIG_TUNER}
11 \edef\UseOption{\UseOption,MASCODEC}
12 \edef\UseOption{\UseOption,ONDIO_PAD}
13 \edef\UseOption{\UseOption,BATTERY_TYPES}
14 \edef\UseOption{\UseOption,archos}
16 \newcommand{\playerman}{Archos}
17 \newcommand{\playertype}{Ondio}
18 \newcommand{\playerlongtype}{Ondio 128 FM}
19 \newcommand{\genericimg}{112x64x1}
20 \newcommand{\specimg}{ondiofm}
21 %Used to name the player, e.g. ...to the \dap
22 \newcommand{\dap}{player}
23 %For use when referring to the player. E.g. the \daps\ capacity ...
24 \newcommand{\daps}{player's}
25 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
26 \newcommand{\screenshotsize}{4cm}
27 \newcommand{\disk}{flash storage}
29 \newcommand{\ButtonLeft}{\btnfnt{Left}}
30 \newcommand{\ButtonRight}{\btnfnt{Right}}
31 \newcommand{\ButtonOff}{\btnfnt{On/Off}}
32 \newcommand{\ButtonUp}{\btnfnt{Up}}
33 \newcommand{\ButtonDown}{\btnfnt{Down}}
34 \newcommand{\ButtonMenu}{\btnfnt{Mode}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonUp}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
39 \newcommand{\ActionStdNext}{\ButtonDown}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
41 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
42 \newcommand{\ActionStdContext}{Long \ButtonRight}
43 \newcommand{\ActionStdMenu}{Long \ButtonMenu}
44 \newcommand{\ActionStdOk}{\ButtonRight}
46 %Button actions, wps context
47 \newcommand{\ActionWpsPlay}{\ButtonOff}
48 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
49 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
50 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
51 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
52 \newcommand{\ActionWpsStop}{Long \ButtonOff}
53 \newcommand{\ActionWpsVolDown}{\ButtonDown}
54 \newcommand{\ActionWpsVolUp}{\ButtonUp}
55 \newcommand{\ActionWpsContext}{Long \ButtonMenu}
56 \newcommand{\ActionWpsBrowse}{\ButtonMenu}
58 %Button actions, tree context
59 \newcommand{\ActionTreeWps}{\ButtonMenu}
60 \newcommand{\ActionTreeStop}{\ButtonOff}
61 \newcommand{\ActionTreeEnter}{\ButtonRight}
62 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
64 %Button actions, YesNo context
65 \newcommand{\ActionYesNoAccept}{\ButtonRight}
67 %Button actions, Setting context
68 \newcommand{\ActionSettingInc}{\ButtonUp}
69 \newcommand{\ActionSettingDec}{\ButtonDown}
71 %Button actions, Virtual Keyboard Context
72 \newcommand{\ActionKbdLeft}{\ButtonLeft}
73 \newcommand{\ActionKbdRight}{\ButtonRight}
74 \newcommand{\ActionKbdSelect}{\ButtonMenu}
75 \newcommand{\ActionKbdDone}{Long \ButtonMenu}
76 \newcommand{\ActionKbdAbort}{\ButtonOff}
77 \newcommand{\ActionKbdUp}{\ButtonUp}
78 \newcommand{\ActionKbdDown}{\ButtonDown}
80 %Button actions, Pitch Screen context
81 \newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
82 \newcommand{\ActionPsIncSmall}{\ButtonUp}
83 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
84 \newcommand{\ActionPsDecSmall}{\ButtonDown}
85 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
86 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
87 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
88 \newcommand{\ActionPsReset}{\ButtonMenu}
89 \newcommand{\ActionPsExit}{\ButtonOff}
91 %Button actions, Recording screen context
92 \newcommand{\ActionRecPause}{\ButtonMenu}
93 \newcommand{\ActionSettingsInc}{\ButtonRight}
94 \newcommand{\ActionSettingsDec}{\ButtonLeft}
95 \newcommand{\ActionRecMenu}{Long \ButtonMenu}
96 \newcommand{\ActionRecExit}{\ButtonOff}
98 %Button actions, FM radio context
99 \newcommand{\ActionFMMenu}{Long \ButtonMenu}
100 \newcommand{\ActionFMStop}{\ButtonOff}
101 \newcommand{\ActionFMExit}{Long \ButtonOff}
102 \newcommand{\ActionFMSettingsInc}{\ButtonUp}
103 \newcommand{\ActionFMSettingsDec}{\ButtonDown}
104 \newcommand{\ActionFMPrev}{\ButtonLeft}
105 \newcommand{\ActionFMNext}{\ButtonRight}