libmpeg2: Change a couple style points for consistency and some spacing.
[Rockbox.git] / manual / platform / recorder.tex
blobfedfba651e74670c42a19f54e9801c6dac304d6a
1 % $Id$ %
2 \def\UseOption{recorder}
3 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4 \edef\UseOption{\UseOption,HAVE_LCD_INVERT}
5 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
6 \edef\UseOption{\UseOption,HAVE_RECORDING}
7 \edef\UseOption{\UseOption,CONFIG_RTC}
8 \edef\UseOption{\UseOption,MASCODEC}
9 \edef\UseOption{\UseOption,RECORDER_PAD}
10 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
12 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
13 \edef\UseOption{\UseOption,archos}
15 \newcommand{\playerman}{Archos}
16 \newcommand{\playertype}{Recorder}
17 \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
18 \newcommand{\genericimg}{112x64x1}
20 \newcommand{\specimg}{recorder}
21 %Used to name the player, e.g. ...to the \dap
22 \newcommand{\dap}{player}
23 %For use when referring to the player. E.g. the \daps\ capacity ...
24 \newcommand{\daps}{player's}
25 \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
26 \newcommand{\screenshotsize}{4cm}
27 \newcommand{\disk}{hard disk}
29 \newcommand{\ButtonOn}{\btnfnt{On}}
30 \newcommand{\ButtonOff}{\btnfnt{Off}}
31 \newcommand{\ButtonPlay}{\btnfnt{Play}}
32 \newcommand{\ButtonUp}{\btnfnt{Up}}
33 \newcommand{\ButtonDown}{\btnfnt{Down}}
34 \newcommand{\ButtonLeft}{\btnfnt{Left}}
35 \newcommand{\ButtonRight}{\btnfnt{Right}}
36 \newcommand{\ButtonFOne}{\btnfnt{F1}}
37 \newcommand{\ButtonFTwo}{\btnfnt{F2}}
38 \newcommand{\ButtonFThree}{\btnfnt{F3}}
40 %Button actions, standard context
41 \newcommand{\ActionStdPrev}{\ButtonUp}
42 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
43 \newcommand{\ActionStdNext}{\ButtonDown}
44 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
45 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
46 \newcommand{\ActionStdContext}{Long \ButtonPlay}
47 \newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
48 \newcommand{\ActionStdMenu}{\ButtonFOne}
49 \newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
51 %Button actions, wps context
52 \newcommand{\ActionWpsPlay}{\ButtonPlay}
53 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
54 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
55 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
56 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
57 \newcommand{\ActionWpsStop}{\ButtonOff}
58 \newcommand{\ActionWpsVolDown}{\ButtonDown}
59 \newcommand{\ActionWpsVolUp}{\ButtonUp}
60 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
61 \newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
62 \newcommand{\ActionWpsMenu}{\ButtonFOne}
63 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
64 \newcommand{\ActionWpsBrowse}{\ButtonOn}
65 \newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
67 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
68 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
69 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
71 %Button actions, tree context
72 \newcommand{\ActionTreeWps}{\ButtonOn}
73 \newcommand{\ActionTreeStop}{\ButtonOff}
74 \newcommand{\ActionTreeEnter}{\ButtonRight}
75 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
77 %Button actions, YesNo context
78 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
80 %Button actions, Setting context
81 \newcommand{\ActionSettingInc}{\ButtonUp}
82 \newcommand{\ActionSettingDec}{\ButtonDown}
84 %Button actions, Virtual Keyboard Context
85 \newcommand{\ActionKbdLeft}{\ButtonLeft}
86 \newcommand{\ActionKbdRight}{\ButtonRight}
87 \newcommand{\ActionKbdSelect}{\ButtonPlay}
88 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
89 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
90 \newcommand{\ActionKbdPageFlip}{\ButtonFOne}
91 \newcommand{\ActionKbdDone}{\ButtonFTwo}
92 \newcommand{\ActionKbdAbort}{\ButtonOff}
93 \newcommand{\ActionKbdBackSpace}{\ButtonFThree}
94 \newcommand{\ActionKbdUp}{\ButtonUp}
95 \newcommand{\ActionKbdDown}{\ButtonDown}
97 %Button actions, Pitch Screen context
98 \newcommand{\ActionPsToggleMode}{\ButtonFOne}
99 \newcommand{\ActionPsIncSmall}{\ButtonUp}
100 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
101 \newcommand{\ActionPsDecSmall}{\ButtonDown}
102 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
103 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
104 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
105 \newcommand{\ActionPsReset}{\ButtonOn}
106 \newcommand{\ActionPsExit}{\ButtonOff}
108 %Button actions, Recording screen context
109 \newcommand{\ActionRecPause}{\ButtonPlay}
110 \newcommand{\ActionRecFTwo}{\ButtonFTwo}
111 \newcommand{\ActionRecFThree}{\ButtonFThree}
112 \newcommand{\ActionSettingsInc}{\ButtonRight}
113 \newcommand{\ActionSettingsDec}{\ButtonLeft}
114 \newcommand{\ActionRecMenu}{\ButtonFOne}
115 \newcommand{\ActionRecExit}{\ButtonOff}