forked from len0rd/rockbox
Add platform file for the iPod 4G, to make the manual build for that target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a0bb99013
commit
c94f47260d
1 changed files with 20 additions and 0 deletions
20
manual/platform/ipod4g.tex
Normal file
20
manual/platform/ipod4g.tex
Normal file
|
@ -0,0 +1,20 @@
|
|||
\def\UseOption{ipod4g}
|
||||
\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
|
||||
\edef\UseOption{\UseOption,CONFIG_RTC}
|
||||
\edef\UseOption{\UseOption,SWCODEC}
|
||||
\edef\UseOption{\UseOption,IPOD_4G_PAD}
|
||||
|
||||
\newcommand{\playerman}{Apple}
|
||||
\newcommand{\playertype}{iPod 4G}
|
||||
\newcommand{\playerlongtype}{\playertype}
|
||||
\newcommand{\genericimg}{160x128x2}
|
||||
%Used to name the player, e.g. ...to the \dap
|
||||
\newcommand{\dap}{player}
|
||||
|
||||
\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