2006-06-04 11:20:06 +00:00
|
|
|
% $Id$ %
|
2006-03-21 20:12:04 +00:00
|
|
|
\def\UseOption{ipod4g}
|
|
|
|
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
|
|
|
\edef\UseOption{\UseOption,CONFIG_RTC}
|
|
|
|
\edef\UseOption{\UseOption,SWCODEC}
|
|
|
|
\edef\UseOption{\UseOption,IPOD_4G_PAD}
|
2006-06-07 18:48:56 +00:00
|
|
|
\edef\UseOption{\UseOption,ipod}
|
2006-03-21 20:12:04 +00:00
|
|
|
|
2006-03-30 21:33:20 +00:00
|
|
|
\newcommand{\playerman}{Ipod}
|
|
|
|
\newcommand{\playertype}{4G}
|
2006-03-21 20:12:04 +00:00
|
|
|
\newcommand{\playerlongtype}{\playertype}
|
|
|
|
\newcommand{\genericimg}{160x128x2}
|
2006-06-04 11:20:06 +00:00
|
|
|
\newcommand{\specimg}{ipod4g}
|
2006-03-21 20:12:04 +00:00
|
|
|
%Used to name the player, e.g. ...to the \dap
|
|
|
|
\newcommand{\dap}{player}
|
2006-03-25 10:32:10 +00:00
|
|
|
%For use when referring to the player. E.g. the \daps\ capacity ...
|
|
|
|
\newcommand{\daps}{player's}
|
2006-06-07 12:15:46 +00:00
|
|
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
2006-03-21 20:12:04 +00:00
|
|
|
|
|
|
|
\newcommand{\ButtonLeft}{Prev}
|
|
|
|
\newcommand{\ButtonRight}{Next}
|
|
|
|
\newcommand{\ButtonMenu}{Menu}
|
|
|
|
\newcommand{\ButtonPlay}{Play}
|
|
|
|
\newcommand{\ButtonSelect}{Select}
|
|
|
|
\newcommand{\ButtonScrollFwd}{Scroll Fwd}
|
2006-06-04 11:20:06 +00:00
|
|
|
\newcommand{\ButtonScrollBack}{Scroll Back}
|
2006-08-16 15:16:15 +00:00
|
|
|
|
|
|
|
%Button actions, standard context
|
|
|
|
\newcommand{\ActionStdPrev}{\ButtonScrollBack}
|
|
|
|
\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
|
|
|
|
\newcommand{\ActionStdNext}{\ButtonScrollFwd}
|
|
|
|
\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
|
|
|
|
\newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
|
|
|
|
\newcommand{\ActionStdContext}{Long \ButtonSelect}
|
|
|
|
\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
|
|
|
|
\newcommand{\ActionStdMenu}{\ButtonMenu}
|
|
|
|
\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
|
|
|
|
|
|
|
|
%Button actions, wps context
|
|
|
|
\newcommand{\ActionWpsPlay}{\ButtonPlay}
|
|
|
|
\newcommand{\ActionWpsSkipNext}{\ButtonRight}
|
|
|
|
\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
|
|
|
|
\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
|
|
|
|
\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
|
|
|
|
|
|
|
|
\newcommand{\ActionWpsStop}{Long \ButtonPlay}
|
|
|
|
\newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
|
|
|
|
\newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
|
|
|
|
|
|
|
|
\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
|
|
|
|
\newcommand{\ActionWpsMenu}{\ButtonMenu}
|
|
|
|
\newcommand{\ActionWpsContext}{Long \ButtonSelect}
|
|
|
|
\newcommand{\ActionWpsBrowse}{\ButtonSelect}
|
|
|
|
|