| % $Id$ % |
| \def\UseOption{ipodvideo} |
| \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} |
| \edef\UseOption{\UseOption,CONFIG_RTC} |
| \edef\UseOption{\UseOption,SWCODEC} |
| \edef\UseOption{\UseOption,IPOD_4G_PAD} |
| \edef\UseOption{\UseOption,HAVE_LCD_COLOR} |
| \edef\UseOption{\UseOption,ipod} |
| |
| \newcommand{\playerman}{Ipod} |
| \newcommand{\playertype}{Video} |
| \newcommand{\playerlongtype}{\playertype} |
| \newcommand{\genericimg}{320x240x16} |
| \newcommand{\specimg}{ipodvideo} |
| %Used to name the player, e.g. ...to the \dap |
| \newcommand{\dap}{player} |
| %For use when referring to the player. E.g. the \daps\ capacity ... |
| \newcommand{\daps}{player's} |
| \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
| \newcommand{\screenshotsize}{8cm} |
| |
| \newcommand{\ButtonLeft}{Prev} |
| \newcommand{\ButtonRight}{Next} |
| \newcommand{\ButtonMenu}{Menu} |
| \newcommand{\ButtonPlay}{Play} |
| \newcommand{\ButtonSelect}{Select} |
| \newcommand{\ButtonScrollFwd}{Scroll Fwd} |
| \newcommand{\ButtonScrollBack}{Scroll Back} |
| |
| %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} |