summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/h10.tex2
-rw-r--r--manual/platform/h10_5gb.tex60
2 files changed, 61 insertions, 1 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index fd1ea35109..4135780046 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -9,7 +9,7 @@
9 9
10\newcommand{\playerman}{Iriver} 10\newcommand{\playerman}{Iriver}
11\newcommand{\playertype}{H10} 11\newcommand{\playertype}{H10}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype{} 20GB}
13\newcommand{\genericimg}{160x128x16} 13\newcommand{\genericimg}{160x128x16}
14\newcommand{\specimg}{h10} 14\newcommand{\specimg}{h10}
15%Used to name the player, e.g. ...to the \dap 15%Used to name the player, e.g. ...to the \dap
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
new file mode 100644
index 0000000000..d3a70ed209
--- /dev/null
+++ b/manual/platform/h10_5gb.tex
@@ -0,0 +1,60 @@
1% $Id$ %
2\def\UseOption{h10_5gb}
3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC}
7\edef\UseOption{\UseOption,IRIVER_H10_PAD}
8\edef\UseOption{\UseOption,iriver}
9
10\newcommand{\playerman}{Iriver}
11\newcommand{\playertype}{H10}
12\newcommand{\playerlongtype}{\playertype{} 5GB}
13\newcommand{\genericimg}{128x128x16}
14\newcommand{\specimg}{h10_5gb}
15%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player}
17%For use when referring to the player. E.g. the \daps\ capacity ...
18\newcommand{\daps}{player's}
19\newcommand{\firmwarefilename}{\fname{rockbox.h10}}
20\newcommand{\screenshotsize}{4cm}
21
22\newcommand{\ButtonLeft}{\btnfnt{Prev}}
23\newcommand{\ButtonRight}{\btnfnt{Next}}
24\newcommand{\ButtonRew}{\btnfnt{Rew}}
25\newcommand{\ButtonPlay}{\btnfnt{Play}}
26\newcommand{\ButtonFF}{\btnfnt{Ffwd}}
27\newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
28\newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
29\newcommand{\ButtonPower}{\btnfnt{Power}}
30
31
32%Button actions, standard context
33\newcommand{\ActionStdPrev}{\ButtonScrollUp}
34\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
35\newcommand{\ActionStdNext}{\ButtonScrollDown}
36\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
37\newcommand{\ActionStdCancel}{\ButtonLeft or \ButtonPower}
38\newcommand{\ActionStdContext}{Long \ButtonFF}
39\newcommand{\ActionStdQuickScreen}{Long \ButtonRew}
40\newcommand{\ActionStdMenu}{Long \ButtonRew}
41\newcommand{\ActionStdOk}{\ButtonRight}
42
43%Button actions, wps context
44\newcommand{\ActionWpsPlay}{\ButtonPlay}
45\newcommand{\ActionWpsSkipNext}{\ButtonFF}
46\newcommand{\ActionWpsSkipPrev}{\ButtonRew}
47\newcommand{\ActionWpsSeekBack}{Long \ButtonRew}
48\newcommand{\ActionWpsSeekFwd}{Long \ButtonFF}
49
50\newcommand{\ActionWpsStop}{Long \ButtonPlay}
51\newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
52\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
53
54\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft}
55\newcommand{\ActionWpsMenu}{Long \ButtonRight}
56\newcommand{\ActionWpsContext}{\ButtonRight}
57\newcommand{\ActionWpsBrowse}{\ButtonLeft}
58\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
59\newcommand{\AdtionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
60