remove empty file and set keywords.
[Rockbox.git] / manual / platform / ondiofm.tex
blob37762bfb0ecbb11c9e2d505de8523bbbeab67c9b
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_RECORDING}
8 \edef\UseOption{\UseOption,CONFIG_TUNER}
9 \edef\UseOption{\UseOption,MASCODEC}
10 \edef\UseOption{\UseOption,ONDIO_PAD}
11 \edef\UseOption{\UseOption,archos}
13 \newcommand{\playerman}{Archos}
14 \newcommand{\playertype}{Ondio}
15 \newcommand{\playerlongtype}{Ondio 128 FM}
16 \newcommand{\genericimg}{112x64x1}
17 \newcommand{\specimg}{ondiofm}
18 %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}
22 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
23 \newcommand{\screenshotsize}{4cm}
24 \newcommand{\disk}{flash storage}
26 \newcommand{\ButtonLeft}{\btnfnt{Left}}
27 \newcommand{\ButtonRight}{\btnfnt{Right}}
28 \newcommand{\ButtonOff}{\btnfnt{On/Off}}
29 \newcommand{\ButtonUp}{\btnfnt{Up}}
30 \newcommand{\ButtonDown}{\btnfnt{Down}}
31 \newcommand{\ButtonMenu}{\btnfnt{Mode}}
33 %Button actions, standard context
34 \newcommand{\ActionStdPrev}{\ButtonUp}
35 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36 \newcommand{\ActionStdNext}{\ButtonDown}
37 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
39 \newcommand{\ActionStdContext}{Long \ButtonRight}
40 \newcommand{\ActionStdMenu}{Long \ButtonMenu}
41 \newcommand{\ActionStdOk}{\ButtonRight}
43 %Button actions, wps context
44 \newcommand{\ActionWpsPlay}{\ButtonOff}
45 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
46 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
47 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
48 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
49 \newcommand{\ActionWpsStop}{Long \ButtonOff}
50 \newcommand{\ActionWpsVolDown}{\ButtonDown}
51 \newcommand{\ActionWpsVolUp}{\ButtonUp}
52 \newcommand{\ActionWpsContext}{Long \ButtonMenu}
53 \newcommand{\ActionWpsBrowse}{\ButtonMenu}
55 %Button actions, tree context
56 \newcommand{\ActionTreeWps}{\ButtonMenu}
57 \newcommand{\ActionTreeStop}{\ButtonOff}
58 \newcommand{\ActionTreeEnter}{\ButtonRight}
59 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
61 %Button actions, YesNo context
62 \newcommand{\ActionYesNoAccept}{\ButtonRight}
64 %Button actions, Setting context
65 \newcommand{\ActionSettingInc}{\ButtonUp}
66 \newcommand{\ActionSettingDec}{\ButtonDown}
68 %Button actions, Pitch Screen context
69 \newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
70 \newcommand{\ActionPsIncSmall}{\ButtonUp}
71 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
72 \newcommand{\ActionPsDecSmall}{\ButtonDown}
73 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
74 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
75 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
76 \newcommand{\ActionPsReset}{\ButtonMenu}
77 \newcommand{\ActionPsExit}{\ButtonOff}
79 %Button actions, Recording screen context
80 \newcommand{\ActionRecPause}{\ButtonMenu}
81 \newcommand{\ActionSettingsInc}{\ButtonRight}
82 \newcommand{\ActionSettingsDec}{\ButtonLeft}
83 \newcommand{\ActionRecMenu}{Long \ButtonMenu}
84 \newcommand{\ActionRecExit}{\ButtonOff}