blob: 36adb1a6f3bb51acd754ef1d8623b49876b3dd45 [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Martin Arverc7fd0fe2006-02-21 11:54:53 +00002\def\UseOption{h1xx}
Barry Wardell55c92972006-10-10 17:53:42 +00003\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
Martin Arver42257942006-03-16 11:00:29 +00004\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +00005\edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
Martin Arver42257942006-03-16 11:00:29 +00007\edef\UseOption{\UseOption,HAVE_RECORDING}
8\edef\UseOption{\UseOption,CONFIG_TUNER}
Martin Arver5dcfd3b2006-03-19 21:33:56 +00009\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IRIVER_H100_PAD}
Nils Wallméniusd492cf32006-08-19 11:41:25 +000011\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000012\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
Marianne Arnoldd0415212007-12-25 19:55:22 +000014\edef\UseOption{\UseOption,HAVE_DIRCACHE}
15\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
16\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
Martin Arver4c981062006-06-07 18:48:56 +000017\edef\UseOption{\UseOption,iriver}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +000018
Martin Arverb1585752006-03-30 21:33:20 +000019\newcommand{\playerman}{Iriver}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +000020\newcommand{\playertype}{H1xx}
21\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
Martin Arveraa830112006-03-09 09:31:34 +000022\newcommand{\genericimg}{160x128x2}
Dominik Riebeling5be45092006-06-04 11:20:06 +000023\newcommand{\specimg}{h1xx}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000024%Used to name the player, e.g. ...to the \dap
25\newcommand{\dap}{player}
Martin Arver2931bb22006-05-10 10:06:51 +000026%For use when referring to the player. E.g. the \daps\ capacity ...
27\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000028\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000029\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000030\newcommand{\disk}{hard disk}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000031
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000032\newcommand{\ButtonLeft}{\btnfnt{Left}}
33\newcommand{\ButtonRight}{\btnfnt{Right}}
34\newcommand{\ButtonUp}{\btnfnt{Up}}
35\newcommand{\ButtonDown}{\btnfnt{Down}}
36\newcommand{\ButtonSelect}{\btnfnt{Navi}}
37\newcommand{\ButtonMode}{\btnfnt{A-B}}
38\newcommand{\ButtonRec}{\btnfnt{Rec}}
39\newcommand{\ButtonOn}{\btnfnt{Play}}
40\newcommand{\ButtonOff}{\btnfnt{Stop}}
Christi Scarborough94a37252007-05-19 19:21:52 +000041\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000042
Martin Arver0e07eff2006-08-16 15:16:15 +000043%Button actions, standard context
44\newcommand{\ActionStdPrev}{\ButtonUp}
45\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
46\newcommand{\ActionStdNext}{\ButtonDown}
47\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
48\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
49\newcommand{\ActionStdContext}{Long \ButtonSelect}
50\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
51\newcommand{\ActionStdMenu}{\ButtonMode}
52\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
53
54%Button actions, wps context
55\newcommand{\ActionWpsPlay}{\ButtonOn}
56\newcommand{\ActionWpsSkipNext}{\ButtonRight}
57\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
58\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
59\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
60\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
61\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
62\newcommand{\ActionWpsStop}{\ButtonOff}
63\newcommand{\ActionWpsVolDown}{\ButtonDown}
64\newcommand{\ActionWpsVolUp}{\ButtonUp}
65\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
66\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
67\newcommand{\ActionWpsMenu}{\ButtonMode}
68\newcommand{\ActionWpsContext}{Long \ButtonSelect}
69\newcommand{\ActionWpsBrowse}{\ButtonSelect}
70\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
71\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000072
Nils Wallménius74369b42006-12-04 20:55:03 +000073%Button actions, tree context
74\newcommand{\ActionTreeWps}{\ButtonOn}
75\newcommand{\ActionTreeStop}{\ButtonOff}
76\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
77\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
78
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000079%Button actions, YesNo context
80\newcommand{\ActionYesNoAccept}{\ButtonSelect}
Martin Arverfb7edc02006-10-17 10:32:55 +000081
Nils Wallménius70b4ea92007-03-03 01:35:01 +000082%Button actions, Setting context
83\newcommand{\ActionSettingInc}{\ButtonUp}
84\newcommand{\ActionSettingDec}{\ButtonDown}
85
Martin Arverfb7edc02006-10-17 10:32:55 +000086%Button actions, Virtual Keyboard Context
87\newcommand{\ActionKbdLeft}{\ButtonLeft}
88\newcommand{\ActionKbdRight}{\ButtonRight}
89\newcommand{\ActionKbdSelect}{\ButtonSelect}
90\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
91\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
92\newcommand{\ActionKbdPageFlip}{\ButtonMode}
93\newcommand{\ActionKbdDone}{\ButtonOn}
94\newcommand{\ActionKbdAbort}{\ButtonOff}
95\newcommand{\ActionKbdBackSpace}{\ButtonRec}
Nils Wallménius49385672006-12-18 20:01:36 +000096\newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
Martin Arverfb7edc02006-10-17 10:32:55 +000097\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
98\newcommand{\ActionKbdUp}{\ButtonUp}
99\newcommand{\ActionKbdDown}{\ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +0000100
101%Button actions, Pitch Screen context
Nils Wallméniusc4a87312006-12-01 13:11:19 +0000102\newcommand{\ActionPsToggleMode}{\ButtonMode}
Martin Arver21454842006-10-17 11:00:28 +0000103\newcommand{\ActionPsIncSmall}{\ButtonUp}
Martin Arvere997c522006-11-30 15:45:45 +0000104\newcommand{\ActionPsIncBig}{Long \ButtonUp}
Martin Arver21454842006-10-17 11:00:28 +0000105\newcommand{\ActionPsDecSmall}{\ButtonDown}
Martin Arvere997c522006-11-30 15:45:45 +0000106\newcommand{\ActionPsDecBig}{Long \ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +0000107\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
108\newcommand{\ActionPsNudgeRight}{\ButtonRight}
Nils Wallméniusc4a87312006-12-01 13:11:19 +0000109\newcommand{\ActionPsReset}{\ButtonSelect}
110\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
Nils Wallméniusb100a202006-11-30 14:53:30 +0000111
112%Button actions, Recording screen context
113\newcommand{\ActionRecPause}{\ButtonOn}
114\newcommand{\ActionRecNewfile}{\ButtonRec}
115\newcommand{\ActionSettingsInc}{\ButtonRight}
116\newcommand{\ActionSettingsDec}{\ButtonLeft}
117\newcommand{\ActionRecMenu}{\ButtonMode}
118\newcommand{\ActionRecExit}{\ButtonOff}