Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / ondiosp.tex
blob48641710e06aa69b3af1cd993e99d4ebb64ab3ef
1 % $Id$ %
2 %platform file for the Ondio SP
3 \def\UseOption{ondiosp}
4 \edef\UseOption{\UseOption,ondio}
5 \edef\UseOption{\UseOption,MASCODEC}
6 \edef\UseOption{\UseOption,ONDIO_PAD}
7 \edef\UseOption{\UseOption,BATTERY_TYPES}
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}
39 \newcommand{\ActionStdUsbCharge}{\ButtonMenu}
41 %Button actions, wps context
42 \newcommand{\ActionWpsPlay}{\ButtonOff}
43 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
44 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
45 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
46 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
47 \newcommand{\ActionWpsStop}{Long \ButtonOff}
48 \newcommand{\ActionWpsVolDown}{\ButtonDown}
49 \newcommand{\ActionWpsVolUp}{\ButtonUp}
50 \newcommand{\ActionWpsContext}{Long \ButtonMenu}
51 \newcommand{\ActionWpsBrowse}{\ButtonMenu}
53 %Button actions, tree context
54 \newcommand{\ActionTreeWps}{\ButtonMenu}
55 \newcommand{\ActionTreeStop}{\ButtonOff}
56 \newcommand{\ActionTreeEnter}{\ButtonRight}
57 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
59 %Button actions, YesNo context
60 \newcommand{\ActionYesNoAccept}{\ButtonRight}
62 %Button actions, Virtual Keyboard Context
63 \newcommand{\ActionKbdLeft}{\ButtonLeft}
64 \newcommand{\ActionKbdRight}{\ButtonRight}
65 \newcommand{\ActionKbdSelect}{\ButtonMenu}
66 \newcommand{\ActionKbdDone}{Long \ButtonMenu}
67 \newcommand{\ActionKbdAbort}{\ButtonOff}
68 \newcommand{\ActionKbdUp}{\ButtonUp}
69 \newcommand{\ActionKbdDown}{\ButtonDown}
71 %Button actions, Setting context
72 \newcommand{\ActionSettingInc}{\ButtonUp}
73 \newcommand{\ActionSettingDec}{\ButtonDown}
75 %Button actions, Pitch Screen context
76 \newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
77 \newcommand{\ActionPsIncSmall}{\ButtonUp}
78 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
79 \newcommand{\ActionPsDecSmall}{\ButtonDown}
80 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
81 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
82 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
83 \newcommand{\ActionPsReset}{\ButtonMenu}
84 \newcommand{\ActionPsExit}{\ButtonOff}