summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-07-30 21:09:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-07-30 21:09:27 +0000
commit4f28129fe47f3a0c81d2bd112def9b6b7959e706 (patch)
treec34894b85949d6a16e53bff93432b60c1103d06d
parentc4a732adb84bc3195d9c8f34d63842b172d4fa2e (diff)
downloadrockbox-4f28129fe47f3a0c81d2bd112def9b6b7959e706.tar.gz
rockbox-4f28129fe47f3a0c81d2bd112def9b6b7959e706.zip
Add platform file for Ipod 1G / 2G. Now only the front image is missing for building the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14084 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/ipod1g2g.tex93
1 files changed, 93 insertions, 0 deletions
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
new file mode 100644
index 0000000000..6721d36880
--- /dev/null
+++ b/manual/platform/ipod1g2g.tex
@@ -0,0 +1,93 @@
1% $Id: ipod3g.tex 13422 2007-05-19 19:21:52Z christi $ %
2\def\UseOption{ipod1g2g}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,HAVE_RTC_ALARM}
7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IPOD_3G_PAD}
9\edef\UseOption{\UseOption,ipod}
10
11\newcommand{\playerman}{Ipod}
12\newcommand{\playertype}{1G / 2G}
13\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{160x128x2}
15\newcommand{\specimg}{ipod1g2g}
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.ipod}}
21\newcommand{\screenshotsize}{4cm}
22\newcommand{\disk}{hard disk}
23
24\newcommand{\ButtonLeft}{\btnfnt{Prev}}
25\newcommand{\ButtonRight}{\btnfnt{Next}}
26\newcommand{\ButtonMenu}{\btnfnt{Menu}}
27\newcommand{\ButtonPlay}{\btnfnt{Play}}
28\newcommand{\ButtonSelect}{\btnfnt{Select}}
29\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
30\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
31\newcommand{\ButtonHold}{\btnfnt{Hold}}
32
33%Button actions, standard context
34\newcommand{\ActionStdPrev}{\ButtonScrollBack}
35\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
36\newcommand{\ActionStdNext}{\ButtonScrollFwd}
37\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
38\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
39\newcommand{\ActionStdContext}{Long \ButtonSelect}
40\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
41\newcommand{\ActionStdMenu}{\ButtonMenu}
42\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
43
44%Button actions, wps context
45\newcommand{\ActionWpsPlay}{\ButtonPlay}
46\newcommand{\ActionWpsSkipNext}{\ButtonRight}
47\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
48\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
49\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
50
51\newcommand{\ActionWpsStop}{Long \ButtonPlay}
52\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
53\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
54
55\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
56\newcommand{\ActionWpsMenu}{\ButtonMenu}
57\newcommand{\ActionWpsContext}{Long \ButtonSelect}
58\newcommand{\ActionWpsBrowse}{\ButtonSelect}
59
60%Button actions, tree context
61\newcommand{\ActionTreeWps}{\ButtonPlay}
62\newcommand{\ActionTreeStop}{Long \ButtonPlay}
63\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
64\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
65
66%Button actions, YesNo context
67\newcommand{\ActionYesNoAccept}{\ButtonPlay}
68
69%Button actions, Setting context
70\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
71\newcommand{\ActionSettingDec}{\ButtonScrollBack}
72
73%Button actions, Virtual Keyboard Context
74\newcommand{\ActionKbdLeft}{\ButtonLeft}
75\newcommand{\ActionKbdRight}{\ButtonRight}
76\newcommand{\ActionKbdSelect}{\ButtonSelect}
77\newcommand{\ActionKbdDone}{\ButtonPlay}
78\newcommand{\ActionKbdAbort}{\ButtonMenu}
79\newcommand{\ActionKbdUp}{\ButtonScrollBack}
80\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
81\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
82\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
83
84%Button actions, Pitch Screen context
85\newcommand{\ActionPsToggleMode}{\ButtonPlay}
86\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
87\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
88\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
89\newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
90\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
91\newcommand{\ActionPsNudgeRight}{\ButtonRight}
92\newcommand{\ActionPsReset}{\ButtonMenu}
93\newcommand{\ActionPsExit}{\ButtonSelect}