Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / ondiofm.tex
bloba853b3a62b4269fdbfcbb5ffae6bbb4722e207ef
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,MASCODEC}
7 \edef\UseOption{\UseOption,ONDIO_PAD}
8 \edef\UseOption{\UseOption,BATTERY_TYPES}
9 \edef\UseOption{\UseOption,archos}
11 \newcommand{\playerman}{Archos}
12 \newcommand{\playertype}{Ondio}
13 \newcommand{\playerlongtype}{Ondio 128 FM}
14 \newcommand{\genericimg}{112x64x1}
15 \newcommand{\specimg}{ondiofm}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's}
20 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
21 \newcommand{\screenshotsize}{4cm}
22 \newcommand{\disk}{flash storage}
24 \newcommand{\ButtonLeft}{\btnfnt{Left}}
25 \newcommand{\ButtonRight}{\btnfnt{Right}}
26 \newcommand{\ButtonOff}{\btnfnt{On/Off}}
27 \newcommand{\ButtonUp}{\btnfnt{Up}}
28 \newcommand{\ButtonDown}{\btnfnt{Down}}
29 \newcommand{\ButtonMenu}{\btnfnt{Mode}}
31 %Button actions, standard context
32 \newcommand{\ActionStdPrev}{\ButtonUp}
33 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
34 \newcommand{\ActionStdNext}{\ButtonDown}
35 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
36 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
37 \newcommand{\ActionStdContext}{Long \ButtonRight}
38 \newcommand{\ActionStdMenu}{Long \ButtonMenu}
39 \newcommand{\ActionStdOk}{\ButtonRight}
40 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
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}
54 %Button actions, tree context
55 \newcommand{\ActionTreeWps}{\ButtonMenu}
56 \newcommand{\ActionTreeStop}{\ButtonOff}
57 \newcommand{\ActionTreeEnter}{\ButtonRight}
58 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
60 %Button actions, YesNo context
61 \newcommand{\ActionYesNoAccept}{\ButtonRight}
63 %Button actions, Setting context
64 \newcommand{\ActionSettingInc}{\ButtonUp}
65 \newcommand{\ActionSettingDec}{\ButtonDown}
67 %Button actions, Virtual Keyboard Context
68 \newcommand{\ActionKbdLeft}{\ButtonLeft}
69 \newcommand{\ActionKbdRight}{\ButtonRight}
70 \newcommand{\ActionKbdSelect}{\ButtonMenu}
71 \newcommand{\ActionKbdDone}{Long \ButtonMenu}
72 \newcommand{\ActionKbdAbort}{\ButtonOff}
73 \newcommand{\ActionKbdUp}{\ButtonUp}
74 \newcommand{\ActionKbdDown}{\ButtonDown}
76 %Button actions, Pitch Screen context
77 \newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
78 \newcommand{\ActionPsIncSmall}{\ButtonUp}
79 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
80 \newcommand{\ActionPsDecSmall}{\ButtonDown}
81 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
82 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
83 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
84 \newcommand{\ActionPsReset}{\ButtonMenu}
85 \newcommand{\ActionPsExit}{\ButtonOff}
87 %Button actions, Recording screen context
88 \newcommand{\ActionRecPause}{\ButtonMenu}
89 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
90 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
91 \newcommand{\ActionRecMenu}{Long \ButtonMenu}
92 \newcommand{\ActionRecExit}{\ButtonOff}
94 %Button actions, FM radio context
95 \newcommand{\ActionFMMenu}{Long \ButtonMenu}
96 \newcommand{\ActionFMStop}{\ButtonOff}
97 \newcommand{\ActionFMExit}{Long \ButtonOff}
98 \newcommand{\ActionFMSettingsInc}{\ButtonUp}
99 \newcommand{\ActionFMSettingsDec}{\ButtonDown}
100 \newcommand{\ActionFMPrev}{\ButtonLeft}
101 \newcommand{\ActionFMNext}{\ButtonRight}