Dealing with the description of flash based vs. hard disk based players in the manual...
[kugel-rb.git] / manual / platform / h300.tex
blob9429051664307ebbeed91208c1ab9f466cf827f3
1 % $Id$ %
2 \def\UseOption{h300}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,HAVE_RECORDING}
6 \edef\UseOption{\UseOption,CONFIG_TUNER}
7 \edef\UseOption{\UseOption,CONFIG_RTC}
8 \edef\UseOption{\UseOption,SWCODEC}
9 \edef\UseOption{\UseOption,IRIVER_H300_PAD}
10 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
11 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12 \edef\UseOption{\UseOption,iriver}
14 \newcommand{\playerman}{Iriver}
15 \newcommand{\playertype}{H3xx}
16 \newcommand{\playerlongtype}{H320 and H340}
17 \newcommand{\genericimg}{220x176x16}
18 \newcommand{\specimg}{h300}
19 %Used to name the player, e.g. ...to the \dap
20 \newcommand{\dap}{player}
21 %For use when referring to the player. E.g. the \daps\ capacity ...
22 \newcommand{\daps}{player's}
23 \newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
24 \newcommand{\screenshotsize}{6cm}
25 \newcommand{\disk}{hard disk}
27 \newcommand{\ButtonLeft}{\btnfnt{Left}}
28 \newcommand{\ButtonRight}{\btnfnt{Right}}
29 \newcommand{\ButtonUp}{\btnfnt{Up}}
30 \newcommand{\ButtonDown}{\btnfnt{Down}}
31 \newcommand{\ButtonSelect}{\btnfnt{Navi}}
32 \newcommand{\ButtonMode}{\btnfnt{A-B}}
33 \newcommand{\ButtonRec}{\btnfnt{Rec}}
34 \newcommand{\ButtonOn}{\btnfnt{Play}}
35 \newcommand{\ButtonOff}{\btnfnt{Stop}}
37 %Button actions, standard context
38 \newcommand{\ActionStdPrev}{\ButtonUp}
39 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
40 \newcommand{\ActionStdNext}{\ButtonDown}
41 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
42 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
43 \newcommand{\ActionStdContext}{Long \ButtonSelect}
44 \newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
45 \newcommand{\ActionStdMenu}{\ButtonMode}
46 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonOn}
50 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
51 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
52 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
53 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
55 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
56 \newcommand{\ActionWpsStop}{\ButtonOff}
57 \newcommand{\ActionWpsVolDown}{\ButtonDown}
58 \newcommand{\ActionWpsVolUp}{\ButtonUp}
59 \newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
60 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
61 \newcommand{\ActionWpsMenu}{\ButtonMode}
62 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
63 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
64 \newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
65 \newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonOn}
69 \newcommand{\ActionTreeStop}{\ButtonOff}
70 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
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}{\ButtonSelect}
84 \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
85 \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
86 \newcommand{\ActionKbdPageFlip}{\ButtonMode}
87 \newcommand{\ActionKbdDone}{\ButtonOn}
88 \newcommand{\ActionKbdAbort}{\ButtonOff}
89 \newcommand{\ActionKbdBackSpace}{\ButtonRec}
90 \newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
91 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
92 \newcommand{\ActionKbdUp}{\ButtonUp}
93 \newcommand{\ActionKbdDown}{\ButtonDown}
95 %Button actions, Pitch Screen context
96 \newcommand{\ActionPsToggleMode}{\ButtonMode}
97 \newcommand{\ActionPsIncSmall}{\ButtonUp}
98 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
99 \newcommand{\ActionPsDecSmall}{\ButtonDown}
100 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
101 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
102 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
103 \newcommand{\ActionPsReset}{\ButtonSelect}
104 \newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
106 %Button actions, Recording screen context
107 \newcommand{\ActionRecPause}{\ButtonOn}
108 \newcommand{\ActionRecNewfile}{\ButtonRec}
109 \newcommand{\ActionSettingsInc}{\ButtonRight}
110 \newcommand{\ActionSettingsDec}{\ButtonLeft}
111 \newcommand{\ActionRecMenu}{\ButtonMode}
112 \newcommand{\ActionRecExit}{\ButtonOff}