2 %platform file for the Ondio SP
3 \def\UseOption{ondiosp
}
4 \edef\UseOption{\UseOption,ondio
}
5 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP
}
6 \edef\UseOption{\UseOption,MASCODEC
}
7 \edef\UseOption{\UseOption,ONDIO_PAD
}
8 \edef\UseOption{\UseOption,archos
}
10 \newcommand{\playerman}{Archos
}
11 \newcommand{\playertype}{Ondio
}
12 \newcommand{\playerlongtype}{Ondio
128 SP
}
13 \newcommand{\genericimg}{112x64x1
}
14 \newcommand{\specimg}{ondiosp
}
15 %Used to name the player, e.g. ...to the \dap
16 \newcommand{\dap}{player
}
17 %For use when referring to the player. E.g. the \daps\ capacity ...
18 \newcommand{\daps}{player's
}
19 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz
}}
20 \newcommand{\screenshotsize}{4cm
}
21 \newcommand{\disk}{flash storage
}
23 \newcommand{\ButtonLeft}{\btnfnt{Left
}}
24 \newcommand{\ButtonRight}{\btnfnt{Right
}}
25 \newcommand{\ButtonOff}{\btnfnt{On/Off
}}
26 \newcommand{\ButtonUp}{\btnfnt{Up
}}
27 \newcommand{\ButtonDown}{\btnfnt{Down
}}
28 \newcommand{\ButtonMenu}{\btnfnt{Mode
}}
30 %Button actions, standard context
31 \newcommand{\ActionStdPrev}{\ButtonUp}
32 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonUp}
33 \newcommand{\ActionStdNext}{\ButtonDown}
34 \newcommand{\ActionStdNextRepeat}{Long
\ButtonDown}
35 \newcommand{\ActionStdCancel}{\ButtonLeft{} or
\ButtonOff}
36 \newcommand{\ActionStdContext}{Long
\ButtonRight}
37 \newcommand{\ActionStdMenu}{Long
\ButtonMenu}
38 \newcommand{\ActionStdOk}{\ButtonRight}
40 %Button actions, wps context
41 \newcommand{\ActionWpsPlay}{\ButtonOff}
42 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
43 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
45 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
46 \newcommand{\ActionWpsStop}{Long
\ButtonOff}
47 \newcommand{\ActionWpsVolDown}{\ButtonDown}
48 \newcommand{\ActionWpsVolUp}{\ButtonUp}
49 \newcommand{\ActionWpsContext}{Long
\ButtonMenu}
50 \newcommand{\ActionWpsBrowse}{\ButtonMenu}
52 %Button actions, tree context
53 \newcommand{\ActionTreeWps}{\ButtonMenu}
54 \newcommand{\ActionTreeStop}{\ButtonOff}
55 \newcommand{\ActionTreeEnter}{\ButtonRight}
56 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
58 %Button actions, YesNo context
59 \newcommand{\ActionYesNoAccept}{\ButtonRight}
61 %Button actions, Setting context
62 \newcommand{\ActionSettingInc}{\ButtonUp}
63 \newcommand{\ActionSettingDec}{\ButtonDown}
65 %Button actions, Pitch Screen context
66 \newcommand{\ActionPsToggleMode}{Long
\ButtonMenu}
67 \newcommand{\ActionPsIncSmall}{\ButtonUp}
68 \newcommand{\ActionPsIncBig}{Long
\ButtonUp}
69 \newcommand{\ActionPsDecSmall}{\ButtonDown}
70 \newcommand{\ActionPsDecBig}{Long
\ButtonDown}
71 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
72 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
73 \newcommand{\ActionPsReset}{\ButtonMenu}
74 \newcommand{\ActionPsExit}{\ButtonOff}