remove the 2nd last evil use of ata_disk_is_active() in apps/
[Rockbox.git] / manual / platform / gigabeatf.tex
bloba972ab159fbacf12b574d64d2e6a66bc8f0f8190
1 % $Id$ %
2 \def\UseOption{gigabeatf}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,GIGABEAT_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,HAVE_BUTTON_LIGHTS}
9 \edef\UseOption{\UseOption,gigabeat}
11 \newcommand{\playerman}{Toshiba}
12 \newcommand{\playertype}{Gigabeat F Series}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{240x320x16}
15 \newcommand{\specimg}{gigabeatf}
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{rockbox.gigabeat}}
21 \newcommand{\screenshotsize}{6cm}
22 \newcommand{\disk}{hard disk}
24 \newcommand{\ButtonPower}{\btnfnt{Power}}
25 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
26 \newcommand{\ButtonLeft}{\btnfnt{Left}}
27 \newcommand{\ButtonRight}{\btnfnt{Right}}
28 \newcommand{\ButtonUp}{\btnfnt{Up}}
29 \newcommand{\ButtonDown}{\btnfnt{Down}}
30 \newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
31 \newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
32 \newcommand{\ButtonSelect}{\btnfnt{Select}}
33 \newcommand{\ButtonA}{\btnfnt{A}}
34 \newcommand{\ButtonHold}{\btnfnt{Hold}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonUp}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
39 \newcommand{\ActionStdNext}{\ButtonDown}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
41 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
42 \newcommand{\ActionStdContext}{Long \ButtonSelect}
43 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
44 \newcommand{\ActionStdMenu}{\ButtonMenu}
45 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonA}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
53 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight}
54 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft}
55 \newcommand{\ActionWpsStop}{\ButtonPower}
56 \newcommand{\ActionWpsVolDown}{\ButtonDown}
57 \newcommand{\ActionWpsVolUp}{\ButtonUp}
58 \newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown}
59 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
60 \newcommand{\ActionWpsMenu}{\ButtonMenu}
61 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
62 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
63 \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect}
64 \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
66 %Button actions, tree context
67 \newcommand{\ActionTreeWps}{\ButtonA}
68 \newcommand{\ActionTreeStop}{\ButtonPower}
69 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
70 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72 %Button actions, YesNo context
73 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
75 %Button actions, Setting context
76 \newcommand{\ActionSettingInc}{\ButtonUp}
77 \newcommand{\ActionSettingDec}{\ButtonDown}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdSelect}{\ButtonSelect}
83 \newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft}
84 \newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight}
85 \newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu}
86 \newcommand{\ActionKbdDone}{\ButtonA}
87 \newcommand{\ActionKbdAbort}{\ButtonPower}
88 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
89 \newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower}
90 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
91 \newcommand{\ActionKbdUp}{\ButtonUp}
92 \newcommand{\ActionKbdDown}{\ButtonDown}
94 %Button actions, Pitch Screen context
95 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
96 \newcommand{\ActionPsIncSmall}{\ButtonUp}
97 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
98 \newcommand{\ActionPsDecSmall}{\ButtonDown}
99 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
100 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
101 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
102 \newcommand{\ActionPsReset}{\ButtonA}
103 \newcommand{\ActionPsExit}{\ButtonPower}