summaryrefslogtreecommitdiff
path: root/manual/platform/recorder.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-06-04 11:20:06 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-06-04 11:20:06 +0000
commit5be450939f7abb90aae44b63e5afdf6881ee7bb1 (patch)
treea382cf751a03ebd5f5db96e2f59c7327118665a5 /manual/platform/recorder.tex
parent1874461caf673126c3263b78092a23a9b5283041 (diff)
downloadrockbox-5be450939f7abb90aae44b63e5afdf6881ee7bb1.tar.gz
rockbox-5be450939f7abb90aae44b63e5afdf6881ee7bb1.zip
Adjust screenshot macro for use of device specific images. This makes it possible to share resolution dependent images (like plugins) and also put in device specific one. Solves the recorder vs. ondio problem as mentioned in FS#5458.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10042 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/recorder.tex')
-rw-r--r--manual/platform/recorder.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index c26a722d40..6eff1c176a 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -1,3 +1,4 @@
1% $Id$ %
1\def\UseOption{recorder} 2\def\UseOption{recorder}
2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 3\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
3\edef\UseOption{\UseOption,HAVE_RECORDING} 4\edef\UseOption{\UseOption,HAVE_RECORDING}
@@ -9,6 +10,7 @@
9\newcommand{\playertype}{Recorder} 10\newcommand{\playertype}{Recorder}
10\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} 11\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
11\newcommand{\genericimg}{112x64x1} 12\newcommand{\genericimg}{112x64x1}
13\newcommand{\specimg}{recorder}
12%Used to name the player, e.g. ...to the \dap 14%Used to name the player, e.g. ...to the \dap
13\newcommand{\dap}{player} 15\newcommand{\dap}{player}
14%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
@@ -24,4 +26,4 @@
24\newcommand{\ButtonRight}{Right} 26\newcommand{\ButtonRight}{Right}
25\newcommand{\ButtonFOne}{F1} 27\newcommand{\ButtonFOne}{F1}
26\newcommand{\ButtonFTwo}{F2} 28\newcommand{\ButtonFTwo}{F2}
27\newcommand{\ButtonFThree}{F3} \ No newline at end of file 29\newcommand{\ButtonFThree}{F3}