summaryrefslogtreecommitdiff
path: root/manual/platform/gigabeats.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/gigabeats.tex')
-rw-r--r--manual/platform/gigabeats.tex111
1 files changed, 111 insertions, 0 deletions
diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex
new file mode 100644
index 0000000000..bb659cb5bb
--- /dev/null
+++ b/manual/platform/gigabeats.tex
@@ -0,0 +1,111 @@
1% $Id$ %
2\def\UseOption{gigabeats}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,GIGABEAT_S_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,gigabeat}
9
10\newcommand{\playerman}{Toshiba}
11\newcommand{\playertype}{Gigabeat S Series}
12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{240x320x16}
14\newcommand{\specimg}{gigabeats}
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}
21\newcommand{\disk}{hard disk}
22
23\newcommand{\ButtonPower}{\btnfnt{Power}}
24\newcommand{\ButtonBack}{\btnfnt{Back}}
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{\ButtonPrev}{\btnfnt{Previous}}
34\newcommand{\ButtonPlay}{\btnfnt{Play}}
35\newcommand{\ButtonNext}{\btnfnt{Next}}
36\newcommand{\ButtonHold}{\btnfnt{Hold}}
37
38%Button actions, standard context
39\newcommand{\ActionStdPrev}{\ButtonUp}
40\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
41\newcommand{\ActionStdNext}{\ButtonDown}
42\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
43\newcommand{\ActionStdCancel}{\ButtonLeft{}, \ButtonPower{} or \ButtonBack}
44\newcommand{\ActionStdContext}{Long \ButtonSelect}
45\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
46\newcommand{\ActionStdMenu}{\ButtonMenu}
47\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
48
49%Button actions, wps context
50\newcommand{\ActionWpsPlay}{\ButtonPlay}
51\newcommand{\ActionWpsSkipNext}{\ButtonRight{} or \ButtonNext}
52\newcommand{\ActionWpsSkipPrev}{\ButtonLeft{} or \ButtonPrev}
53\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft{} or Long \ButtonNext}
54\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight{} or Long \ButtonNext}
55\newcommand{\ActionWpsAbSetBNextDir}{\ButtonBack{} + \ButtonRight}
56\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonBack{} + \ButtonLeft}
57\newcommand{\ActionWpsStop}{\ButtonPower}
58\newcommand{\ActionWpsVolDown}{\ButtonDown{} or \ButtonVolDown}
59\newcommand{\ActionWpsVolUp}{\ButtonUp{} or \ButtonVolUp}
60\newcommand{\ActionWpsPitchScreen}{\ButtonBack{} + \ButtonUp/\ButtonDown}
61\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
62\newcommand{\ActionWpsMenu}{\ButtonMenu}
63\newcommand{\ActionWpsContext}{Long \ButtonSelect}
64\newcommand{\ActionWpsBrowse}{\ButtonSelect}
65\newcommand{\ActionWpsAbReset}{\ButtonBack{}}
66\newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
67
68%Button actions, tree context
69\newcommand{\ActionTreeWps}{\ButtonPlay}
70\newcommand{\ActionTreeStop}{\ButtonPower}
71\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
72\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73
74%Button actions, YesNo context
75\newcommand{\ActionYesNoAccept}{\ButtonSelect}
76
77%Button actions, Setting context
78\newcommand{\ActionSettingInc}{\ButtonUp}
79\newcommand{\ActionSettingDec}{\ButtonDown}
80
81%Button actions, Alarm screen
82\newcommand{\ActionAlarmSet}{\ButtonSelect}
83\newcommand{\ActionAlarmCancel}{\ButtonPower}
84\newcommand{\ActionAlarmHoursInc}{\ButtonUp}
85\newcommand{\ActionAlarmHoursDec}{\ButtonDown}
86
87%Button actions, Virtual Keyboard Context
88\newcommand{\ActionKbdLeft}{\ButtonLeft}
89\newcommand{\ActionKbdRight}{\ButtonRight}
90\newcommand{\ActionKbdSelect}{\ButtonSelect}
91\newcommand{\ActionKbdCursorLeft}{\ButtonPrev}
92\newcommand{\ActionKbdCursorRight}{\ButtonNext}
93\newcommand{\ActionKbdPageFlip}{\ButtonBack{} + \ButtonMenu}
94\newcommand{\ActionKbdDone}{\ButtonPlay}
95\newcommand{\ActionKbdAbort}{\ButtonBack}
96\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
97\newcommand{\ActionKbdMorseInput}{\ButtonBack{} + \ButtonVolUp}
98\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
99\newcommand{\ActionKbdUp}{\ButtonUp}
100\newcommand{\ActionKbdDown}{\ButtonDown}
101
102%Button actions, Pitch Screen context
103\newcommand{\ActionPsToggleMode}{\ButtonMenu}
104\newcommand{\ActionPsIncSmall}{\ButtonUp}
105\newcommand{\ActionPsIncBig}{Long \ButtonUp}
106\newcommand{\ActionPsDecSmall}{\ButtonDown}
107\newcommand{\ActionPsDecBig}{Long \ButtonDown}
108\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
109\newcommand{\ActionPsNudgeRight}{\ButtonRight}
110\newcommand{\ActionPsReset}{\ButtonPlay}
111\newcommand{\ActionPsExit}{\ButtonBack}