Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / platform / recorder.tex
blob633fd0865bd7382d8c1bbe0680cfddb811f63b34
1 % $Id$ %
2 \def\UseOption{recorder}
3 \edef\UseOption{\UseOption,MASCODEC}
4 \edef\UseOption{\UseOption,RECORDER_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8 \edef\UseOption{\UseOption,archos}
10 \newcommand{\playerman}{Archos}
11 \newcommand{\playertype}{Recorder}
12 \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
13 \newcommand{\genericimg}{112x64x1}
15 \newcommand{\specimg}{recorder}
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}{hard disk}
24 \newcommand{\ButtonOn}{\btnfnt{On}}
25 \newcommand{\ButtonOff}{\btnfnt{Off}}
26 \newcommand{\ButtonPlay}{\btnfnt{Play}}
27 \newcommand{\ButtonUp}{\btnfnt{Up}}
28 \newcommand{\ButtonDown}{\btnfnt{Down}}
29 \newcommand{\ButtonLeft}{\btnfnt{Left}}
30 \newcommand{\ButtonRight}{\btnfnt{Right}}
31 \newcommand{\ButtonFOne}{\btnfnt{F1}}
32 \newcommand{\ButtonFTwo}{\btnfnt{F2}}
33 \newcommand{\ButtonFThree}{\btnfnt{F3}}
35 %Button actions, standard context
36 \newcommand{\ActionStdPrev}{\ButtonUp}
37 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
38 \newcommand{\ActionStdNext}{\ButtonDown}
39 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
40 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
41 \newcommand{\ActionStdContext}{Long \ButtonPlay}
42 \newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
43 \newcommand{\ActionStdMenu}{\ButtonFOne}
44 \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
45 \newcommand{\ActionStdUsbCharge}{\ButtonFOne}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonPlay}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53 \newcommand{\ActionWpsStop}{\ButtonOff}
54 \newcommand{\ActionWpsVolDown}{\ButtonDown}
55 \newcommand{\ActionWpsVolUp}{\ButtonUp}
56 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
57 \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
58 \newcommand{\ActionWpsMenu}{\ButtonFOne}
59 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
60 \newcommand{\ActionWpsBrowse}{\ButtonOn}
61 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
63 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
64 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
65 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonOn}
69 \newcommand{\ActionTreeStop}{\ButtonOff}
70 \newcommand{\ActionTreeEnter}{\ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
76 %Button actions, Setting context
77 \newcommand{\ActionSettingInc}{\ButtonUp}
78 \newcommand{\ActionSettingDec}{\ButtonDown}
80 %Button actions, Virtual Keyboard Context
81 \newcommand{\ActionKbdLeft}{\ButtonLeft}
82 \newcommand{\ActionKbdRight}{\ButtonRight}
83 \newcommand{\ActionKbdSelect}{\ButtonPlay}
84 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
85 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
86 \newcommand{\ActionKbdPageFlip}{\ButtonFOne}
87 \newcommand{\ActionKbdDone}{\ButtonFTwo}
88 \newcommand{\ActionKbdAbort}{\ButtonOff}
89 \newcommand{\ActionKbdBackSpace}{\ButtonFThree}
90 \newcommand{\ActionKbdUp}{\ButtonUp}
91 \newcommand{\ActionKbdDown}{\ButtonDown}
93 %Button actions, Pitch Screen context
94 \newcommand{\ActionPsToggleMode}{\ButtonFOne}
95 \newcommand{\ActionPsIncSmall}{\ButtonUp}
96 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
97 \newcommand{\ActionPsDecSmall}{\ButtonDown}
98 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
99 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
100 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
101 \newcommand{\ActionPsReset}{\ButtonOn}
102 \newcommand{\ActionPsExit}{\ButtonOff}
104 %Button actions, Recording screen context
105 \newcommand{\ActionRecPause}{\ButtonPlay}
106 \newcommand{\ActionRecFTwo}{\ButtonFTwo}
107 \newcommand{\ActionRecFThree}{\ButtonFThree}
108 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
109 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
110 \newcommand{\ActionRecMenu}{\ButtonFOne}
111 \newcommand{\ActionRecExit}{\ButtonOff}