2 \def\UseOption{h10_5gb
}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK
}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP
}
5 \edef\UseOption{\UseOption,HAVE_LCD_COLOR
}
6 \edef\UseOption{\UseOption,CONFIG_RTC
}
7 \edef\UseOption{\UseOption,SWCODEC
}
8 \edef\UseOption{\UseOption,IRIVER_H10_PAD
}
9 \edef\UseOption{\UseOption,iriver
}
11 \newcommand{\playerman}{Iriver
}
12 \newcommand{\playertype}{H10
}
13 \newcommand{\playerlongtype}{\playertype{} 5GB and
6GB
}
14 \newcommand{\genericimg}{128x128x16
}
15 \newcommand{\specimg}{h10_5gb
}
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.h10
}}
21 \newcommand{\screenshotsize}{4cm
}
22 \newcommand{\disk}{hard disk
}
24 \newcommand{\ButtonLeft}{\btnfnt{Cancel
}}
25 \newcommand{\ButtonRight}{\btnfnt{Select
}}
26 \newcommand{\ButtonRew}{\btnfnt{Prev
}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
28 \newcommand{\ButtonFF}{\btnfnt{Next
}}
29 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up
}}
30 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down
}}
31 \newcommand{\ButtonPower}{\btnfnt{Power
}}
32 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
34 %Button actions, standard context
35 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
36 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollUp}
37 \newcommand{\ActionStdNext}{\ButtonScrollDown}
38 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollDown}
39 \newcommand{\ActionStdCancel}{\ButtonLeft}
40 \newcommand{\ActionStdContext}{Long
\ButtonRight}
41 \newcommand{\ActionStdQuickScreen}{Long
\ButtonLeft}
42 \newcommand{\ActionStdMenu}{\ButtonPower}
43 \newcommand{\ActionStdOk}{\ButtonRight}
45 %Button actions, wps context
46 \newcommand{\ActionWpsPlay}{\ButtonPlay}
47 \newcommand{\ActionWpsSkipNext}{\ButtonFF}
48 \newcommand{\ActionWpsSkipPrev}{\ButtonRew}
49 \newcommand{\ActionWpsSeekBack}{Long
\ButtonRew}
50 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonFF}
52 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
53 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
54 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
56 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonLeft}
57 \newcommand{\ActionWpsMenu}{\ButtonPower}
58 \newcommand{\ActionWpsContext}{Long
\ButtonRight}
59 \newcommand{\ActionWpsBrowse}{\ButtonLeft}
60 \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+
\ButtonLeft}
61 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+
\ButtonRight}
63 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} +
\ButtonFF}
64 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} +
\ButtonRew}
65 \newcommand{\ActionWpsAbReset}{\ButtonPower{} +
\ButtonPlay}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonPlay}
69 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
70 \newcommand{\ActionTreeEnter}{\ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonRight}
76 %Button actions, Setting context
77 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
78 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
80 %Button actions, Virtual Keyboard Context
81 \newcommand{\ActionKbdLeft}{\ButtonLeft}
82 \newcommand{\ActionKbdRight}{\ButtonRight}
83 \newcommand{\ActionKbdSelect}{\ButtonRew}
84 \newcommand{\ActionKbdDone}{\ButtonPlay}
85 \newcommand{\ActionKbdAbort}{\ButtonFF}
86 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
87 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
88 \newcommand{\ActionKbdMorseInput}{\ButtonPlay+
\ButtonRew}
89 \newcommand{\ActionKbdMorseSelect}{\ButtonRew}
91 %Button actions, Pitch Screen context
92 \newcommand{\ActionPsToggleMode}{\ButtonPower}
93 \newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
94 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollUp}
95 \newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
96 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollDown}
97 \newcommand{\ActionPsNudgeLeft}{\ButtonRew}
98 \newcommand{\ActionPsNudgeRight}{\ButtonFF}
99 \newcommand{\ActionPsReset}{\ButtonPlay}
100 \newcommand{\ActionPsExit}{\ButtonLeft}