3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH
}
4 \edef\UseOption{\UseOption,IAUDIO_X5_PAD
}
5 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD
}
6 \edef\UseOption{\UseOption,HAVE_BACKLIGHT
}
7 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE
}
8 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE
}
9 \edef\UseOption{\UseOption,iaudio
}
11 \newcommand{\playerman}{Iaudio
}
12 \newcommand{\playertype}{M5
}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{160x128x2
}
15 \newcommand{\specimg}{m5
}
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.iaudio
}}
21 \newcommand{\screenshotsize}{4cm
}
22 \newcommand{\disk}{hard disk
}
24 \newcommand{\ButtonLeft}{\btnfnt{Left
}}
25 \newcommand{\ButtonRight}{\btnfnt{Right
}}
26 \newcommand{\ButtonUp}{\btnfnt{Up
}}
27 \newcommand{\ButtonDown}{\btnfnt{Down
}}
28 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
29 \newcommand{\ButtonPower}{\btnfnt{Power
}}
30 \newcommand{\ButtonRec}{\btnfnt{Rec
}}
31 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
32 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
34 %Button actions, standard context
35 \newcommand{\ActionStdPrev}{\ButtonUp}
36 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonUp}
37 \newcommand{\ActionStdNext}{\ButtonDown}
38 \newcommand{\ActionStdNextRepeat}{Long
\ButtonDown}
39 \newcommand{\ActionStdCancel}{\ButtonLeft{} or
\ButtonPower}
40 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
41 \newcommand{\ActionStdQuickScreen}{Long
\ButtonRec}
42 \newcommand{\ActionQuickScreenExit}{\ButtonRec}
43 \newcommand{\ActionStdMenu}{\ButtonRec}
44 \newcommand{\ActionStdOk}{\ButtonSelect,
\ButtonRight{} or
\ButtonPlay}
46 %Button actions, wps context
47 \newcommand{\ActionWpsPlay}{\ButtonPlay}
48 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
53 \newcommand{\ActionWpsVolDown}{\ButtonDown}
54 \newcommand{\ActionWpsVolUp}{\ButtonUp}
55 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonRec}
56 \newcommand{\ActionWpsMenu}{\ButtonRec}
57 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
58 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
60 %Button actions, tree context
61 \newcommand{\ActionTreeWps}{\ButtonPlay}
62 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
63 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
64 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
66 %Button actions, YesNo context
67 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
69 %Button actions, Setting context
70 \newcommand{\ActionSettingInc}{\ButtonUp}
71 \newcommand{\ActionSettingDec}{\ButtonDown}
73 %Button actions, Virtual Keyboard Context
74 \newcommand{\ActionKbdLeft}{\ButtonLeft}
75 \newcommand{\ActionKbdRight}{\ButtonRight}
76 \newcommand{\ActionKbdUp}{\ButtonUp}
77 \newcommand{\ActionKbdDown}{\ButtonDown}
78 \newcommand{\ActionKbdSelect}{\ButtonSelect}
79 \newcommand{\ActionKbdDone}{\ButtonPlay}
80 \newcommand{\ActionKbdAbort}{\ButtonRec}
82 %Button actions, Pitch Screen context
83 \newcommand{\ActionPsToggleMode}{\ButtonSelect}
84 \newcommand{\ActionPsIncSmall}{\ButtonUp}
85 \newcommand{\ActionPsIncBig}{Long
\ButtonUp}
86 \newcommand{\ActionPsDecSmall}{\ButtonDown}
87 \newcommand{\ActionPsDecBig}{Long
\ButtonDown}
88 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
89 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
90 \newcommand{\ActionPsReset}{\ButtonPower}
91 \newcommand{\ActionPsExit}{\ButtonPlay}
93 %Button actions, Recording screen context
94 \newcommand{\ActionRecPause}{\ButtonPlay}
95 \newcommand{\ActionRecNewfile}{\ButtonRec}
96 \newcommand{\ActionRecSettingsInc}{\ButtonRight}
97 \newcommand{\ActionRecSettingsDec}{\ButtonLeft}
98 \newcommand{\ActionRecMenu}{Long
\ButtonRec}
99 \newcommand{\ActionRecExit}{Long
\ButtonPlay}