blob: e7bac745df9f68604d0ba692182e1460acc3ea69 [file] [log] [blame]
Martin Arvereb56c8a2006-12-15 21:25:57 +00001% $Id$ %
2\def\UseOption{gigabeatf}
Dominik Riebelinga0bf1902007-01-04 21:34:40 +00003\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
Martin Arvereb56c8a2006-12-15 21:25:57 +00004\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,SWCODEC}
Dominik Riebelingf2fd4432007-03-29 17:55:45 +00006\edef\UseOption{\UseOption,CONFIG_RTC}
Martin Arvereb56c8a2006-12-15 21:25:57 +00007\edef\UseOption{\UseOption,GIGABEAT_PAD}
Nils Wallménius68505ba2007-06-01 08:42:40 +00008\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +00009\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
Marianne Arnoldd0415212007-12-25 19:55:22 +000011\edef\UseOption{\UseOption,HAVE_DIRCACHE}
12\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
13\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
14\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
Martin Arvereb56c8a2006-12-15 21:25:57 +000015\edef\UseOption{\UseOption,gigabeat}
16
17\newcommand{\playerman}{Toshiba}
18\newcommand{\playertype}{Gigabeat F Series}
19\newcommand{\playerlongtype}{\playertype}
20\newcommand{\genericimg}{240x320x16}
21\newcommand{\specimg}{gigabeatf}
22%Used to name the player, e.g. ...to the \dap
23\newcommand{\dap}{player}
24%For use when referring to the player. E.g. the \daps\ capacity ...
25\newcommand{\daps}{player's}
26\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
27\newcommand{\screenshotsize}{6cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000028\newcommand{\disk}{hard disk}
Martin Arvereb56c8a2006-12-15 21:25:57 +000029
30\newcommand{\ButtonPower}{\btnfnt{Power}}
31\newcommand{\ButtonMenu}{\btnfnt{Menu}}
32\newcommand{\ButtonLeft}{\btnfnt{Left}}
33\newcommand{\ButtonRight}{\btnfnt{Right}}
34\newcommand{\ButtonUp}{\btnfnt{Up}}
35\newcommand{\ButtonDown}{\btnfnt{Down}}
36\newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
37\newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
38\newcommand{\ButtonSelect}{\btnfnt{Select}}
39\newcommand{\ButtonA}{\btnfnt{A}}
Christi Scarborough94a37252007-05-19 19:21:52 +000040\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arvereb56c8a2006-12-15 21:25:57 +000041
42%Button actions, standard context
43\newcommand{\ActionStdPrev}{\ButtonUp}
44\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
45\newcommand{\ActionStdNext}{\ButtonDown}
46\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000047\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
Martin Arvereb56c8a2006-12-15 21:25:57 +000048\newcommand{\ActionStdContext}{Long \ButtonSelect}
49\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
50\newcommand{\ActionStdMenu}{\ButtonMenu}
51\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
52
53%Button actions, wps context
Paul Loudene8f07bc2007-08-31 14:17:37 +000054\newcommand{\ActionWpsPlay}{\ButtonA}
Martin Arvereb56c8a2006-12-15 21:25:57 +000055\newcommand{\ActionWpsSkipNext}{\ButtonRight}
56\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
57\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
58\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000059\newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight}
60\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft}
61\newcommand{\ActionWpsStop}{\ButtonPower}
Martin Arvereb56c8a2006-12-15 21:25:57 +000062\newcommand{\ActionWpsVolDown}{\ButtonDown}
63\newcommand{\ActionWpsVolUp}{\ButtonUp}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000064\newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown}
Martin Arvereb56c8a2006-12-15 21:25:57 +000065\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
66\newcommand{\ActionWpsMenu}{\ButtonMenu}
67\newcommand{\ActionWpsContext}{Long \ButtonSelect}
Paul Loudene8f07bc2007-08-31 14:17:37 +000068\newcommand{\ActionWpsBrowse}{\ButtonSelect}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000069\newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect}
70\newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
Martin Arvereb56c8a2006-12-15 21:25:57 +000071
72%Button actions, tree context
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000073\newcommand{\ActionTreeWps}{\ButtonA}
74\newcommand{\ActionTreeStop}{\ButtonPower}
Nils Wallménius00a3fc72007-01-19 12:42:19 +000075\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
76\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
Martin Arvereb56c8a2006-12-15 21:25:57 +000077
78%Button actions, YesNo context
79\newcommand{\ActionYesNoAccept}{\ButtonSelect}
80
Nils Wallménius70b4ea92007-03-03 01:35:01 +000081%Button actions, Setting context
82\newcommand{\ActionSettingInc}{\ButtonUp}
83\newcommand{\ActionSettingDec}{\ButtonDown}
84
Martin Arvereb56c8a2006-12-15 21:25:57 +000085%Button actions, Virtual Keyboard Context
86\newcommand{\ActionKbdLeft}{\ButtonLeft}
87\newcommand{\ActionKbdRight}{\ButtonRight}
88\newcommand{\ActionKbdSelect}{\ButtonSelect}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000089\newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft}
90\newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight}
91\newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu}
92\newcommand{\ActionKbdDone}{\ButtonA}
93\newcommand{\ActionKbdAbort}{\ButtonPower}
Martin Arvereb56c8a2006-12-15 21:25:57 +000094\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +000095\newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower}
Nils Wallméniusfa6c4492007-03-04 22:47:20 +000096\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
Martin Arvereb56c8a2006-12-15 21:25:57 +000097\newcommand{\ActionKbdUp}{\ButtonUp}
98\newcommand{\ActionKbdDown}{\ButtonDown}
99
100%Button actions, Pitch Screen context
101\newcommand{\ActionPsToggleMode}{\ButtonMenu}
102\newcommand{\ActionPsIncSmall}{\ButtonUp}
103\newcommand{\ActionPsIncBig}{Long \ButtonUp}
104\newcommand{\ActionPsDecSmall}{\ButtonDown}
105\newcommand{\ActionPsDecBig}{Long \ButtonDown}
106\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
107\newcommand{\ActionPsNudgeRight}{\ButtonRight}
Marcoen Hirschberg51a89682007-04-27 19:37:12 +0000108\newcommand{\ActionPsReset}{\ButtonA}
109\newcommand{\ActionPsExit}{\ButtonPower}