diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-06-04 11:20:06 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-06-04 11:20:06 +0000 |
commit | 5be450939f7abb90aae44b63e5afdf6881ee7bb1 (patch) | |
tree | a382cf751a03ebd5f5db96e2f59c7327118665a5 /manual/platform/recorderv2fm.tex | |
parent | 1874461caf673126c3263b78092a23a9b5283041 (diff) | |
download | rockbox-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/recorderv2fm.tex')
-rw-r--r-- | manual/platform/recorderv2fm.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 9fc9391d17..3dfa2e4214 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex | |||
@@ -1,3 +1,4 @@ | |||
1 | % $Id$ % | ||
1 | \def\UseOption{recorderv2fm} | 2 | \def\UseOption{recorderv2fm} |
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} |
@@ -10,6 +11,7 @@ | |||
10 | \newcommand{\playertype}{Recorder V2/FM} | 11 | \newcommand{\playertype}{Recorder V2/FM} |
11 | \newcommand{\playertypelong}{Recorder V2 and FM Recorder} | 12 | \newcommand{\playertypelong}{Recorder V2 and FM Recorder} |
12 | \newcommand{\genericimg}{112x64x1} | 13 | \newcommand{\genericimg}{112x64x1} |
14 | \newcommand{\specimg}{recorderv2fm} | ||
13 | %Used to name the player, e.g. ...to the \dap | 15 | %Used to name the player, e.g. ...to the \dap |
14 | \newcommand{\dap}{player} | 16 | \newcommand{\dap}{player} |
15 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
@@ -25,4 +27,4 @@ | |||
25 | \newcommand{\ButtonRight}{Right} | 27 | \newcommand{\ButtonRight}{Right} |
26 | \newcommand{\ButtonFOne}{F1} | 28 | \newcommand{\ButtonFOne}{F1} |
27 | \newcommand{\ButtonFTwo}{F2} | 29 | \newcommand{\ButtonFTwo}{F2} |
28 | \newcommand{\ButtonFThree}{F3} \ No newline at end of file | 30 | \newcommand{\ButtonFThree}{F3} |