forked from len0rd/rockbox
Add a platform file for the ipodmini. Note, the ipodmini manual will not build due to lack of screenshots for the 138x110x2 resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
852c8686c8
commit
42c8e5c769
1 changed files with 23 additions and 0 deletions
23
manual/platform/ipodmini.tex
Normal file
23
manual/platform/ipodmini.tex
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
\def\UseOption{ipodmini}
|
||||
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
||||
\edef\UseOption{\UseOption,CONFIG_RTC}
|
||||
\edef\UseOption{\UseOption,SWCODEC}
|
||||
\edef\UseOption{\UseOption,IPOD_4G_PAD}
|
||||
|
||||
\newcommand{\playerman}{Ipod}
|
||||
\newcommand{\playertype}{Mini}
|
||||
\newcommand{\playerlongtype}{\playertype}
|
||||
\newcommand{\genericimg}{138x110x2}
|
||||
%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}{rockbox.ipod}
|
||||
|
||||
\newcommand{\ButtonLeft}{Prev}
|
||||
\newcommand{\ButtonRight}{Next}
|
||||
\newcommand{\ButtonMenu}{Menu}
|
||||
\newcommand{\ButtonPlay}{Play}
|
||||
\newcommand{\ButtonSelect}{Select}
|
||||
\newcommand{\ButtonScrollFwd}{Scroll Fwd}
|
||||
\newcommand{\ButtonScrollBack}{Scroll Back}
|
||||
Loading…
Add table
Add a link
Reference in a new issue