diff options
author | Franklin Wei <git@fwei.tk> | 2017-04-12 22:37:24 -0400 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2019-10-28 00:09:35 -0400 |
commit | 9f7968efdd31e0b3753c698676fbbd92339320d9 (patch) | |
tree | a4d4110e422252492b60b1fa26ead6f844b5c3c7 /manual/platform | |
parent | 1da2708a7c48c144605d84da94d0184209713683 (diff) | |
download | rockbox-9f7968efdd31e0b3753c698676fbbd92339320d9.tar.gz rockbox-9f7968efdd31e0b3753c698676fbbd92339320d9.zip |
iPod Classic: add manual
Content is mostly from Vencislav's page on Freemyipod.
Change-Id: Ia6b598434fa21c312a60e75f6e2e3d317c5de58c
Diffstat (limited to 'manual/platform')
-rw-r--r-- | manual/platform/ipod6g.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/platform/ipod6g.tex b/manual/platform/ipod6g.tex new file mode 100644 index 0000000000..ecab5b96c8 --- /dev/null +++ b/manual/platform/ipod6g.tex @@ -0,0 +1,27 @@ +% $Id$ % +\def\UseOption{ipod6g} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} +\edef\UseOption{\UseOption,IPOD_4G_PAD} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} +\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} +\edef\UseOption{\UseOption,ipod} + +\newcommand{\playerman}{Ipod} +\newcommand{\playertype}{Classic} +\newcommand{\playerlongtype}{\playertype} +\newcommand{\dapdisplaywidth}{320} +\newcommand{\dapdisplayheight}{240} +\newcommand{\dapdisplaydepth}{16} +\newcommand{\specimg}{ipod6g} +%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}{8cm} +\newcommand{\disk}{hard disk} + +% link external keymap file +\input{platform/keymap-ipod4g.tex} |