summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/m5.tex97
1 files changed, 97 insertions, 0 deletions
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex
new file mode 100644
index 0000000000..95943465f4
--- /dev/null
+++ b/manual/platform/m5.tex
@@ -0,0 +1,97 @@
1% $Id$ %
2\def\UseOption{m5}
3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_RECORDING}
6\edef\UseOption{\UseOption,CONFIG_RTC}
7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
9\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
10\edef\UseOption{\UseOption,iaudio}
11
12\newcommand{\playerman}{Iaudio}
13\newcommand{\playertype}{M5}
14\newcommand{\playerlongtype}{\playertype}
15\newcommand{\genericimg}{160x128x2}
16\newcommand{\specimg}{m5}
17%Used to name the player, e.g. ...to the \dap
18\newcommand{\dap}{player}
19%For use when referring to the player. E.g. the \daps\ capacity ...
20\newcommand{\daps}{player's}
21\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
22\newcommand{\screenshotsize}{4cm}
23
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
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonUp}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
36\newcommand{\ActionStdNext}{\ButtonDown}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
38\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
39\newcommand{\ActionStdContext}{Long \ButtonSelect}
40\newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
41\newcommand{\ActionStdMenu}{\ButtonRec}
42\newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonPlay}
46\newcommand{\ActionWpsStop}{Long \ButtonPlay}
47\newcommand{\ActionWpsSkipNext}{\ButtonRight}
48\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
50\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
51\newcommand{\ActionWpsVolDown}{\ButtonDown}
52\newcommand{\ActionWpsVolUp}{\ButtonUp}
53\newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
54\newcommand{\ActionWpsMenu}{\ButtonRec}
55\newcommand{\ActionWpsContext}{Long \ButtonSelect}
56\newcommand{\ActionWpsBrowse}{\ButtonSelect}
57
58%Button actions, tree context
59\newcommand{\ActionTreeWps}{\ButtonPlay}
60\newcommand{\ActionTreeStop}{Long \ButtonPlay}
61\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
62\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
63
64%Button actions, YesNo context
65\newcommand{\ActionYesNoAccept}{\ButtonSelect}
66
67%Button actions, Setting context
68\newcommand{\ActionSettingInc}{\ButtonUp}
69\newcommand{\ActionSettingDec}{\ButtonDown}
70
71%Button actions, Virtual Keyboard Context
72\newcommand{\ActionKbdLeft}{\ButtonLeft}
73\newcommand{\ActionKbdRight}{\ButtonRight}
74\newcommand{\ActionKbdUp}{\ButtonUp}
75\newcommand{\ActionKbdDown}{\ButtonDown}
76\newcommand{\ActionKbdSelect}{\ButtonSelect}
77\newcommand{\ActionKbdDone}{\ButtonPlay}
78\newcommand{\ActionKbdAbort}{\ButtonRec}
79
80%Button actions, Pitch Screen context
81\newcommand{\ActionPsToggleMode}{\ButtonSelect}
82\newcommand{\ActionPsIncSmall}{\ButtonUp}
83\newcommand{\ActionPsIncBig}{Long \ButtonUp}
84\newcommand{\ActionPsDecSmall}{\ButtonDown}
85\newcommand{\ActionPsDecBig}{Long \ButtonDown}
86\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
87\newcommand{\ActionPsNudgeRight}{\ButtonRight}
88\newcommand{\ActionPsReset}{\ButtonPower}
89\newcommand{\ActionPsExit}{\ButtonPlay}
90
91%Button actions, Recording screen context
92\newcommand{\ActionRecPause}{\ButtonPlay}
93\newcommand{\ActionRecNewfile}{\ButtonRec}
94\newcommand{\ActionSettingsInc}{\ButtonRight}
95\newcommand{\ActionSettingsDec}{\ButtonLeft}
96\newcommand{\ActionRecMenu}{Long \ButtonRec}
97\newcommand{\ActionRecExit}{Long \ButtonPlay}