Manual: Edit the H10 platform files and the fmradio.tex to reflect the recent changes...
[Rockbox.git] / manual / platform / h10_5gb.tex
blob0a08944a95cf02fb5545a7ca824784fcdf800cc1
1 % $Id$ %
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,CONFIG_TUNER}
8 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
9 \edef\UseOption{\UseOption,SWCODEC}
10 \edef\UseOption{\UseOption,IRIVER_H10_PAD}
11 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12 \edef\UseOption{\UseOption,iriver}
14 \newcommand{\playerman}{Iriver}
15 \newcommand{\playertype}{H10}
16 \newcommand{\playerlongtype}{\playertype{} 5GB and 6GB}
17 \newcommand{\genericimg}{128x128x16}
18 \newcommand{\specimg}{h10_5gb}
19 %Used to name the player, e.g. ...to the \dap
20 \newcommand{\dap}{player}
21 %For use when referring to the player. E.g. the \daps\ capacity ...
22 \newcommand{\daps}{player's}
23 \newcommand{\firmwarefilename}{\fname{rockbox.mi4}}
24 \newcommand{\screenshotsize}{4cm}
25 \newcommand{\disk}{hard disk}
27 \newcommand{\ButtonLeft}{\btnfnt{Cancel}}
28 \newcommand{\ButtonRight}{\btnfnt{Select}}
29 \newcommand{\ButtonRew}{\btnfnt{Prev}}
30 \newcommand{\ButtonPlay}{\btnfnt{Play}}
31 \newcommand{\ButtonFF}{\btnfnt{Next}}
32 \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
33 \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
34 \newcommand{\ButtonPower}{\btnfnt{Power}}
35 \newcommand{\ButtonHold}{\btnfnt{Hold}}
37 %Button actions, standard context
38 \newcommand{\ActionStdPrev}{\ButtonScrollUp}
39 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
40 \newcommand{\ActionStdNext}{\ButtonScrollDown}
41 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
42 \newcommand{\ActionStdCancel}{\ButtonLeft}
43 \newcommand{\ActionStdContext}{Long \ButtonRight}
44 \newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
45 \newcommand{\ActionStdMenu}{\ButtonPower}
46 \newcommand{\ActionStdOk}{\ButtonRight}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonPlay}
50 \newcommand{\ActionWpsSkipNext}{\ButtonFF}
51 \newcommand{\ActionWpsSkipPrev}{\ButtonRew}
52 \newcommand{\ActionWpsSeekBack}{Long \ButtonRew}
53 \newcommand{\ActionWpsSeekFwd}{Long \ButtonFF}
55 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
56 \newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
57 \newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
59 \newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft}
60 \newcommand{\ActionWpsMenu}{\ButtonPower}
61 \newcommand{\ActionWpsContext}{Long \ButtonRight}
62 \newcommand{\ActionWpsBrowse}{\ButtonLeft}
63 \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
64 \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
66 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonFF}
67 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonRew}
68 \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonPlay}
70 %Button actions, tree context
71 \newcommand{\ActionTreeWps}{\ButtonPlay}
72 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
73 \newcommand{\ActionTreeEnter}{\ButtonRight}
74 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
76 %Button actions, YesNo context
77 \newcommand{\ActionYesNoAccept}{\ButtonRight}
79 %Button actions, Setting context
80 \newcommand{\ActionSettingInc}{\ButtonScrollUp}
81 \newcommand{\ActionSettingDec}{\ButtonScrollDown}
83 %Button actions, Alarm screen
84 \newcommand{\ActionAlarmSet}{\ActionStdOk}
85 \newcommand{\ActionAlarmCancel}{\ActionStdCancel}
86 \newcommand{\ActionAlarmHoursInc}{\ButtonRew}
87 \newcommand{\ActionAlarmHoursDec}{\ButtonFF}
89 %Button actions, Virtual Keyboard Context
90 \newcommand{\ActionKbdLeft}{\ButtonLeft}
91 \newcommand{\ActionKbdRight}{\ButtonRight}
92 \newcommand{\ActionKbdSelect}{\ButtonRew}
93 \newcommand{\ActionKbdDone}{\ButtonPlay}
94 \newcommand{\ActionKbdAbort}{\ButtonFF}
95 \newcommand{\ActionKbdUp}{\ButtonScrollUp}
96 \newcommand{\ActionKbdDown}{\ButtonScrollDown}
97 \newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
98 \newcommand{\ActionKbdMorseSelect}{\ButtonRew}
100 %Button actions, Pitch Screen context
101 \newcommand{\ActionPsToggleMode}{\ButtonPower}
102 \newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
103 \newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
104 \newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
105 \newcommand{\ActionPsDecBig}{Long \ButtonScrollDown}
106 \newcommand{\ActionPsNudgeLeft}{\ButtonRew}
107 \newcommand{\ActionPsNudgeRight}{\ButtonFF}
108 \newcommand{\ActionPsReset}{\ButtonPlay}
109 \newcommand{\ActionPsExit}{\ButtonLeft}