diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-10-13 20:27:57 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-10-13 20:27:57 +0000 |
| commit | 8a148d2c236f646d0c68d63a61084d97fd400f89 (patch) | |
| tree | 25deff9417c9c85d50abb3e654bab23b76526035 /manual/platform/ipodnano2g.tex | |
| parent | e04d1d50166ca40a939d0c3c5f27b9f50da3182e (diff) | |
| download | rockbox-8a148d2c236f646d0c68d63a61084d97fd400f89.zip rockbox-8a148d2c236f646d0c68d63a61084d97fd400f89.tar.gz rockbox-8a148d2c236f646d0c68d63a61084d97fd400f89.tar.bz2 rockbox-8a148d2c236f646d0c68d63a61084d97fd400f89.tar.xz | |
Changes to build a Nano2G manual. It is now just missing the ipodnano2g-front.* images
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23160 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ipodnano2g.tex')
| -rw-r--r-- | manual/platform/ipodnano2g.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manual/platform/ipodnano2g.tex b/manual/platform/ipodnano2g.tex new file mode 100644 index 0000000..88b02f8 --- /dev/null +++ b/manual/platform/ipodnano2g.tex @@ -0,0 +1,23 @@ +% $Id$ % +\def\UseOption{ipodnano2g} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} +\edef\UseOption{\UseOption,IPOD_4G_PAD} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,ipod} + +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{Nano} +\newcommand{\playerlongtype}{\playertype{} 2nd generation} +\newcommand{\genericimg}{176x132x16} +\newcommand{\specimg}{ipodnano2g} +%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{\firmwareextension}{\fname{ipod}} +\newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{flash storage} + +% link external keymap file +\input{platform/keymap-ipod4g.tex} |