2 \def\UseOption{ipodcolor
}
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_4G_PAD
}
9 \edef\UseOption{\UseOption,HAVE_LCD_COLOR
}
10 \edef\UseOption{\UseOption,HAVE_BACKLIGHT
}
11 \edef\UseOption{\UseOption,HAVE_DIRCACHE
}
12 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE
}
13 \edef\UseOption{\UseOption,ipod
}
15 \newcommand{\playerman}{Ipod
}
16 \newcommand{\playertype}{Color
}
17 \newcommand{\playerlongtype}{\playertype}
18 \newcommand{\genericimg}{220x176x16
}
19 \newcommand{\specimg}{ipodcolor
}
20 %Used to name the player, e.g. ...to the \dap
21 \newcommand{\dap}{player
}
22 %For use when referring to the player. E.g. the \daps\ capacity ...
23 \newcommand{\daps}{player's
}
24 \newcommand{\firmwarefilename}{\fname{rockbox.ipod
}}
25 \newcommand{\screenshotsize}{6cm
}
26 \newcommand{\disk}{hard disk
}
28 \newcommand{\ButtonLeft}{\btnfnt{Prev
}}
29 \newcommand{\ButtonRight}{\btnfnt{Next
}}
30 \newcommand{\ButtonMenu}{\btnfnt{Menu
}}
31 \newcommand{\ButtonPlay}{\btnfnt{Play
}}
32 \newcommand{\ButtonSelect}{\btnfnt{Select
}}
33 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd
}}
34 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back
}}
35 \newcommand{\ButtonHold}{\btnfnt{Hold
}}
37 %Button actions, standard context
38 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
39 \newcommand{\ActionStdPrevRepeat}{Long
\ButtonScrollBack}
40 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
41 \newcommand{\ActionStdNextRepeat}{Long
\ButtonScrollFwd}
42 \newcommand{\ActionStdCancel}{\ButtonLeft or Long
\ButtonPlay}
43 \newcommand{\ActionStdContext}{Long
\ButtonSelect}
44 \newcommand{\ActionStdQuickScreen}{Long
\ButtonMenu}
45 \newcommand{\ActionStdMenu}{\ButtonMenu}
46 \newcommand{\ActionStdOk}{\ButtonSelect{} or
\ButtonRight}
48 %Button actions, wps context
49 \newcommand{\ActionWpsPlay}{\ButtonPlay}
50 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
51 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
52 \newcommand{\ActionWpsSeekBack}{Long
\ButtonLeft}
53 \newcommand{\ActionWpsSeekFwd}{Long
\ButtonRight}
55 \newcommand{\ActionWpsStop}{Long
\ButtonPlay}
56 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
57 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
59 \newcommand{\ActionWpsQuickScreen}{Long
\ButtonMenu}
60 \newcommand{\ActionWpsMenu}{\ButtonMenu}
61 \newcommand{\ActionWpsContext}{Long
\ButtonSelect}
62 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
64 %Button actions, tree context
65 \newcommand{\ActionTreeWps}{\ButtonPlay}
66 \newcommand{\ActionTreeStop}{Long
\ButtonPlay}
67 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or
\ButtonRight}
68 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
70 %Button actions, YesNo context
71 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
73 %Button actions, Setting context
74 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
75 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
77 %Button actions, Alarm screen
78 \newcommand{\ActionAlarmSet}{\ButtonSelect}
79 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
80 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
81 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
83 %Button actions, Virtual Keyboard Context
84 \newcommand{\ActionKbdLeft}{\ButtonLeft}
85 \newcommand{\ActionKbdRight}{\ButtonRight}
86 \newcommand{\ActionKbdSelect}{\ButtonSelect}
87 \newcommand{\ActionKbdDone}{\ButtonPlay}
88 \newcommand{\ActionKbdAbort}{\ButtonMenu}
89 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
90 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
91 \newcommand{\ActionKbdMorseInput}{Long
\ButtonMenu}
92 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
94 %Button actions, Pitch Screen context
95 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
96 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
97 \newcommand{\ActionPsIncBig}{Long
\ButtonScrollFwd}
98 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
99 \newcommand{\ActionPsDecBig}{Long
\ButtonScrollBack}
100 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
101 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
102 \newcommand{\ActionPsReset}{\ButtonMenu}
103 \newcommand{\ActionPsExit}{\ButtonSelect}