Enable RTC sections for the gigabeat manual (Thanks to Sylvan Mably, FS#6924)
[Rockbox.git] / manual / platform / gigabeatf.tex
blob3341f1296e6b4e2c06ab3309f05be145bebdd8cc
1 % $Id$ %
2 \def\UseOption{gigabeatf}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,SWCODEC}
6 \edef\UseOption{\UseOption,CONFIG_RTC}
7 \edef\UseOption{\UseOption,GIGABEAT_PAD}
8 \edef\UseOption{\UseOption,gigabeat}
10 \newcommand{\playerman}{Toshiba}
11 \newcommand{\playertype}{Gigabeat F Series}
12 \newcommand{\playerlongtype}{\playertype}
13 \newcommand{\genericimg}{240x320x16}
14 \newcommand{\specimg}{gigabeatf}
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{rockbox.gigabeat}}
20 \newcommand{\screenshotsize}{6cm}
22 \newcommand{\ButtonPower}{\btnfnt{Power}}
23 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
24 \newcommand{\ButtonLeft}{\btnfnt{Left}}
25 \newcommand{\ButtonRight}{\btnfnt{Right}}
26 \newcommand{\ButtonUp}{\btnfnt{Up}}
27 \newcommand{\ButtonDown}{\btnfnt{Down}}
28 \newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
29 \newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
30 \newcommand{\ButtonSelect}{\btnfnt{Select}}
31 \newcommand{\ButtonA}{\btnfnt{A}}
34 %Button actions, standard context
35 \newcommand{\ActionStdPrev}{\ButtonUp}
36 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
37 \newcommand{\ActionStdNext}{\ButtonDown}
38 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
39 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonA}
40 \newcommand{\ActionStdContext}{Long \ButtonSelect}
41 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
42 \newcommand{\ActionStdMenu}{\ButtonMenu}
43 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
45 %Button actions, wps context
46 \newcommand{\ActionWpsPlay}{\ButtonSelect}
47 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
48 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
50 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
51 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
52 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
53 \newcommand{\ActionWpsStop}{\ButtonA}
54 \newcommand{\ActionWpsVolDown}{\ButtonDown}
55 \newcommand{\ActionWpsVolUp}{\ButtonUp}
56 \newcommand{\ActionWpsPitchScreen}{\ButtonPower{} + \ButtonUp/\ButtonDown}
57 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
58 \newcommand{\ActionWpsMenu}{\ButtonMenu}
59 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
60 \newcommand{\ActionWpsBrowse}{\ButtonPower}
61 \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonSelect}
62 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPower{} + \ButtonMenu}
64 %Button actions, tree context
65 \newcommand{\ActionTreeWps}{\ButtonPower}
66 \newcommand{\ActionTreeStop}{\ButtonA}
67 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
68 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
70 %Button actions, YesNo context
71 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
73 %Button actions, Setting context
74 \newcommand{\ActionSettingInc}{\ButtonUp}
75 \newcommand{\ActionSettingDec}{\ButtonDown}
77 %Button actions, Virtual Keyboard Context
78 \newcommand{\ActionKbdLeft}{\ButtonLeft}
79 \newcommand{\ActionKbdRight}{\ButtonRight}
80 \newcommand{\ActionKbdSelect}{\ButtonSelect}
81 \newcommand{\ActionKbdCursorLeft}{\ButtonPower{} + \ButtonLeft}
82 \newcommand{\ActionKbdCursorRight}{\ButtonPower{} + \ButtonRight}
83 \newcommand{\ActionKbdPageFlip}{\ButtonPower{} + \ButtonMenu}
84 \newcommand{\ActionKbdDone}{\ButtonPower}
85 \newcommand{\ActionKbdAbort}{\ButtonA}
86 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
87 \newcommand{\ActionKbdMorseInput}{\ButtonPower{} + \ButtonA}
88 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
89 \newcommand{\ActionKbdUp}{\ButtonUp}
90 \newcommand{\ActionKbdDown}{\ButtonDown}
92 %Button actions, Pitch Screen context
93 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
94 \newcommand{\ActionPsIncSmall}{\ButtonUp}
95 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
96 \newcommand{\ActionPsDecSmall}{\ButtonDown}
97 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
98 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
99 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
100 \newcommand{\ActionPsReset}{\ButtonPower}
101 \newcommand{\ActionPsExit}{\ButtonA}