Save the internal name for tts / encoder in the configuration file, not the displayed...
[Rockbox.git] / manual / platform / m5.tex
blob9e96dcb09575ee6918704fed64e769b6c7177e42
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_LCD_INVERT}
6 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
7 \edef\UseOption{\UseOption,HAVE_RECORDING}
8 \edef\UseOption{\UseOption,CONFIG_RTC}
9 \edef\UseOption{\UseOption,SWCODEC}
10 \edef\UseOption{\UseOption,IAUDIO_X5_PAD}
11 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13 \edef\UseOption{\UseOption,HAVE_DIRCACHE}
14 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
15 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
16 \edef\UseOption{\UseOption,iaudio}
18 \newcommand{\playerman}{Iaudio}
19 \newcommand{\playertype}{M5}
20 \newcommand{\playerlongtype}{\playertype}
21 \newcommand{\genericimg}{160x128x2}
22 \newcommand{\specimg}{m5}
23 %Used to name the player, e.g. ...to the \dap
24 \newcommand{\dap}{player}
25 %For use when referring to the player. E.g. the \daps\ capacity ...
26 \newcommand{\daps}{player's}
27 \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
28 \newcommand{\screenshotsize}{4cm}
29 \newcommand{\disk}{hard disk}
31 \newcommand{\ButtonLeft}{\btnfnt{Left}}
32 \newcommand{\ButtonRight}{\btnfnt{Right}}
33 \newcommand{\ButtonUp}{\btnfnt{Up}}
34 \newcommand{\ButtonDown}{\btnfnt{Down}}
35 \newcommand{\ButtonSelect}{\btnfnt{Select}}
36 \newcommand{\ButtonPower}{\btnfnt{Power}}
37 \newcommand{\ButtonRec}{\btnfnt{Rec}}
38 \newcommand{\ButtonPlay}{\btnfnt{Play}}
39 \newcommand{\ButtonHold}{\btnfnt{Hold}}
41 %Button actions, standard context
42 \newcommand{\ActionStdPrev}{\ButtonUp}
43 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
44 \newcommand{\ActionStdNext}{\ButtonDown}
45 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
46 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
47 \newcommand{\ActionStdContext}{Long \ButtonSelect}
48 \newcommand{\ActionStdQuickScreen}{Long \ButtonRec}
49 \newcommand{\ActionStdMenu}{\ButtonRec}
50 \newcommand{\ActionStdOk}{\ButtonSelect, \ButtonRight{} or \ButtonPlay}
52 %Button actions, wps context
53 \newcommand{\ActionWpsPlay}{\ButtonPlay}
54 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
55 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
56 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
57 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
58 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
59 \newcommand{\ActionWpsVolDown}{\ButtonDown}
60 \newcommand{\ActionWpsVolUp}{\ButtonUp}
61 \newcommand{\ActionWpsQuickScreen}{Long \ButtonRec}
62 \newcommand{\ActionWpsMenu}{\ButtonRec}
63 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
64 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
66 %Button actions, tree context
67 \newcommand{\ActionTreeWps}{\ButtonPlay}
68 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
69 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
70 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
72 %Button actions, YesNo context
73 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
75 %Button actions, Setting context
76 \newcommand{\ActionSettingInc}{\ButtonUp}
77 \newcommand{\ActionSettingDec}{\ButtonDown}
79 %Button actions, Virtual Keyboard Context
80 \newcommand{\ActionKbdLeft}{\ButtonLeft}
81 \newcommand{\ActionKbdRight}{\ButtonRight}
82 \newcommand{\ActionKbdUp}{\ButtonUp}
83 \newcommand{\ActionKbdDown}{\ButtonDown}
84 \newcommand{\ActionKbdSelect}{\ButtonSelect}
85 \newcommand{\ActionKbdDone}{\ButtonPlay}
86 \newcommand{\ActionKbdAbort}{\ButtonRec}
88 %Button actions, Pitch Screen context
89 \newcommand{\ActionPsToggleMode}{\ButtonSelect}
90 \newcommand{\ActionPsIncSmall}{\ButtonUp}
91 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
92 \newcommand{\ActionPsDecSmall}{\ButtonDown}
93 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
94 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
95 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
96 \newcommand{\ActionPsReset}{\ButtonPower}
97 \newcommand{\ActionPsExit}{\ButtonPlay}
99 %Button actions, Recording screen context
100 \newcommand{\ActionRecPause}{\ButtonPlay}
101 \newcommand{\ActionRecNewfile}{\ButtonRec}
102 \newcommand{\ActionSettingsInc}{\ButtonRight}
103 \newcommand{\ActionSettingsDec}{\ButtonLeft}
104 \newcommand{\ActionRecMenu}{Long \ButtonRec}
105 \newcommand{\ActionRecExit}{Long \ButtonPlay}