FS#6948 - Fix the broken 'follow playlist' feature
[Rockbox.git] / manual / platform / ondiofm.tex
blob1bcfd924e4d2e47ff9509ad113b7efb770b85af0
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}
25 \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}}
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}
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, Pitch Screen context
68 \newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
69 \newcommand{\ActionPsIncSmall}{\ButtonUp}
70 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
71 \newcommand{\ActionPsDecSmall}{\ButtonDown}
72 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
73 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
74 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
75 \newcommand{\ActionPsReset}{\ButtonMenu}
76 \newcommand{\ActionPsExit}{\ButtonOff}
78 %Button actions, Recording screen context
79 \newcommand{\ActionRecPause}{\ButtonMenu}
80 \newcommand{\ActionSettingsInc}{\ButtonRight}
81 \newcommand{\ActionSettingsDec}{\ButtonLeft}
82 \newcommand{\ActionRecMenu}{Long \ButtonMenu}
83 \newcommand{\ActionRecExit}{\ButtonOff}