blob: 546aaad83aaf2fc88b12874c7c3365c2bc464ee8 [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Christi Scarboroughd68d7c02006-02-06 07:25:25 +00002\def\UseOption{h300}
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_FLIP}
Martin Arver42257942006-03-16 11:00:29 +00006\edef\UseOption{\UseOption,HAVE_RECORDING}
7\edef\UseOption{\UseOption,CONFIG_TUNER}
8\edef\UseOption{\UseOption,CONFIG_RTC}
Martin Arver5dcfd3b2006-03-19 21:33:56 +00009\edef\UseOption{\UseOption,SWCODEC}
Martin Arverf5a2bb82006-03-23 11:17:44 +000010\edef\UseOption{\UseOption,IRIVER_H300_PAD}
Martin Arver959d23e2006-06-04 15:03:39 +000011\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
Nils Wallméniusd492cf32006-08-19 11:41:25 +000012\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
Nils Wallméniuscd5d9502007-11-05 14:36:31 +000013\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
14\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
Marianne Arnoldd0415212007-12-25 19:55:22 +000015\edef\UseOption{\UseOption,HAVE_DIRCACHE}
16\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
17\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
18\edef\UseOption{\UseOption,HAVE_USB_CHARGING}
Martin Arver4c981062006-06-07 18:48:56 +000019\edef\UseOption{\UseOption,iriver}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +000020
Martin Arverb1585752006-03-30 21:33:20 +000021\newcommand{\playerman}{Iriver}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +000022\newcommand{\playertype}{H3xx}
Martin Arver23d70052006-03-06 13:58:14 +000023\newcommand{\playerlongtype}{H320 and H340}
Martin Arverd3d3e342006-03-15 10:56:14 +000024\newcommand{\genericimg}{220x176x16}
Dominik Riebeling5be45092006-06-04 11:20:06 +000025\newcommand{\specimg}{h300}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000026%Used to name the player, e.g. ...to the \dap
27\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000028%For use when referring to the player. E.g. the \daps\ capacity ...
29\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000030\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000031\newcommand{\screenshotsize}{6cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000032\newcommand{\disk}{hard disk}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000033
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000034\newcommand{\ButtonLeft}{\btnfnt{Left}}
35\newcommand{\ButtonRight}{\btnfnt{Right}}
36\newcommand{\ButtonUp}{\btnfnt{Up}}
37\newcommand{\ButtonDown}{\btnfnt{Down}}
38\newcommand{\ButtonSelect}{\btnfnt{Navi}}
39\newcommand{\ButtonMode}{\btnfnt{A-B}}
40\newcommand{\ButtonRec}{\btnfnt{Rec}}
41\newcommand{\ButtonOn}{\btnfnt{Play}}
42\newcommand{\ButtonOff}{\btnfnt{Stop}}
Christi Scarborough94a37252007-05-19 19:21:52 +000043\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arver0e07eff2006-08-16 15:16:15 +000044
45%Button actions, standard context
46\newcommand{\ActionStdPrev}{\ButtonUp}
47\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
48\newcommand{\ActionStdNext}{\ButtonDown}
49\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
50\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
51\newcommand{\ActionStdContext}{Long \ButtonSelect}
52\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
53\newcommand{\ActionStdMenu}{\ButtonMode}
54\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
55
56%Button actions, wps context
57\newcommand{\ActionWpsPlay}{\ButtonOn}
58\newcommand{\ActionWpsSkipNext}{\ButtonRight}
59\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
60\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
61\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
62\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
63\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
64\newcommand{\ActionWpsStop}{\ButtonOff}
65\newcommand{\ActionWpsVolDown}{\ButtonDown}
66\newcommand{\ActionWpsVolUp}{\ButtonUp}
67\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
68\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
69\newcommand{\ActionWpsMenu}{\ButtonMode}
70\newcommand{\ActionWpsContext}{Long \ButtonSelect}
71\newcommand{\ActionWpsBrowse}{\ButtonSelect}
72\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000073\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
74
Nils Wallménius74369b42006-12-04 20:55:03 +000075%Button actions, tree context
76\newcommand{\ActionTreeWps}{\ButtonOn}
77\newcommand{\ActionTreeStop}{\ButtonOff}
78\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
79\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
80
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000081%Button actions, YesNo context
82\newcommand{\ActionYesNoAccept}{\ButtonSelect}
Martin Arverfb7edc02006-10-17 10:32:55 +000083
Nils Wallménius70b4ea92007-03-03 01:35:01 +000084%Button actions, Setting context
85\newcommand{\ActionSettingInc}{\ButtonUp}
86\newcommand{\ActionSettingDec}{\ButtonDown}
87
Martin Arverfb7edc02006-10-17 10:32:55 +000088%Button actions, Virtual Keyboard Context
89\newcommand{\ActionKbdLeft}{\ButtonLeft}
90\newcommand{\ActionKbdRight}{\ButtonRight}
91\newcommand{\ActionKbdSelect}{\ButtonSelect}
92\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
93\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
94\newcommand{\ActionKbdPageFlip}{\ButtonMode}
95\newcommand{\ActionKbdDone}{\ButtonOn}
96\newcommand{\ActionKbdAbort}{\ButtonOff}
97\newcommand{\ActionKbdBackSpace}{\ButtonRec}
Nils Wallménius49385672006-12-18 20:01:36 +000098\newcommand{\ActionKbdMorseInput}{\ButtonOn{} + \ButtonMode}
Martin Arverfb7edc02006-10-17 10:32:55 +000099\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
100\newcommand{\ActionKbdUp}{\ButtonUp}
101\newcommand{\ActionKbdDown}{\ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +0000102
103%Button actions, Pitch Screen context
Nils Wallméniusc4a87312006-12-01 13:11:19 +0000104\newcommand{\ActionPsToggleMode}{\ButtonMode}
Martin Arver21454842006-10-17 11:00:28 +0000105\newcommand{\ActionPsIncSmall}{\ButtonUp}
Martin Arvere997c522006-11-30 15:45:45 +0000106\newcommand{\ActionPsIncBig}{Long \ButtonUp}
Martin Arver21454842006-10-17 11:00:28 +0000107\newcommand{\ActionPsDecSmall}{\ButtonDown}
Martin Arvere997c522006-11-30 15:45:45 +0000108\newcommand{\ActionPsDecBig}{Long \ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +0000109\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
110\newcommand{\ActionPsNudgeRight}{\ButtonRight}
Nils Wallméniusc4a87312006-12-01 13:11:19 +0000111\newcommand{\ActionPsReset}{\ButtonSelect}
112\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
Nils Wallméniusb100a202006-11-30 14:53:30 +0000113
114%Button actions, Recording screen context
115\newcommand{\ActionRecPause}{\ButtonOn}
116\newcommand{\ActionRecNewfile}{\ButtonRec}
117\newcommand{\ActionSettingsInc}{\ButtonRight}
118\newcommand{\ActionSettingsDec}{\ButtonLeft}
119\newcommand{\ActionRecMenu}{\ButtonMode}
120\newcommand{\ActionRecExit}{\ButtonOff}