diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-04-01 09:30:43 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-04-01 09:30:43 +0000 |
| commit | 42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b (patch) | |
| tree | 241f605f5cf4a224295d5b21e63e2ae5b658f12f | |
| parent | 852c8686c84c1802b5e9cda91746da22d5ceb6e1 (diff) | |
| download | rockbox-42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b.zip rockbox-42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b.tar.gz rockbox-42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b.tar.bz2 rockbox-42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b.tar.xz | |
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
| -rw-r--r-- | manual/platform/ipodmini.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex new file mode 100644 index 0000000..9d9c16a --- /dev/null +++ b/manual/platform/ipodmini.tex @@ -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}
\ No newline at end of file |