summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-06 13:58:14 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-06 13:58:14 +0000
commit23d700501d43bc77af75f67553241cc995f0a6f2 (patch)
tree957238f261f1cacf9e56ab94dab2bf78165c2707
parent154d959a8b23cc9ea627748990676fa628c3bc2e (diff)
downloadrockbox-23d700501d43bc77af75f67553241cc995f0a6f2.zip
rockbox-23d700501d43bc77af75f67553241cc995f0a6f2.tar.gz
rockbox-23d700501d43bc77af75f67553241cc995f0a6f2.tar.bz2
rockbox-23d700501d43bc77af75f67553241cc995f0a6f2.tar.xz
Added a new \genericimg macro to the platform-files. Added screenshots to the cube-plugin as a demonstration of the generic-screenshot concept.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8932 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/h1xx.tex1
-rw-r--r--manual/platform/h300.tex3
-rw-r--r--manual/platform/ipodcolor.tex1
-rw-r--r--manual/platform/ipodnano.tex1
-rw-r--r--manual/platform/ondio.tex1
-rw-r--r--manual/platform/player.tex1
-rw-r--r--manual/platform/recorder.tex1
-rw-r--r--manual/platform/recorderv2fm.tex1
-rw-r--r--manual/plugins/cube.tex12
-rw-r--r--manual/plugins/images/ss-cube-112x64x1.pngbin0 -> 493 bytes
-rw-r--r--manual/plugins/images/ss-cube-160x128x2.pngbin0 -> 623 bytes
-rw-r--r--manual/plugins/images/ss-cube-176x132x16.pngbin0 -> 1210 bytes
-rw-r--r--manual/plugins/images/ss-cube-220x176x16.pngbin0 -> 1527 bytes
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/oscillograph.tex2
15 files changed, 16 insertions, 10 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 71e10c2..1da145a 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{iRiver}
\newcommand{\playertype}{H1xx}
\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
+\newcommand{\genericimg}{160x128x2} \ No newline at end of file
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index ad89813..a7cdd92 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -2,4 +2,5 @@
\newcommand{\playerman}{iRiver}
\newcommand{\playertype}{H3xx}
-\newcommand{\playerlongtype{H320 and H340}
+\newcommand{\playerlongtype}{H320 and H340}
+\newcommand{\genericimg}{220x176x16} \ No newline at end of file
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index f33107c..6bf124e 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Apple}
\newcommand{\playertype}{iPod Color}
\newcommand{\playerlongtype}{\playertype}
+\newcommand{\genericimg}{220x176x16} \ No newline at end of file
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index d354bb5..bef4924 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Apple}
\newcommand{\playertype}{iPod Nano}
\newcommand{\playerlongtype}{\playertype}
+\newcommand{\genericimg}{176x132x16} \ No newline at end of file
diff --git a/manual/platform/ondio.tex b/manual/platform/ondio.tex
index 295a82f..dfb4bcb 100644
--- a/manual/platform/ondio.tex
+++ b/manual/platform/ondio.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Archos Ondio}
\newcommand{\playerlongtype}{Ondio SP, FM}
+\newcommand{\genericimg}{112x64x1} \ No newline at end of file
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 61f5661..2c98314 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Studio/Player}
\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20}
+\newcommand{\genericimg}{charx11x1}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 7a7b589..1ec7519 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder}
\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
+\newcommand{\genericimg}{112x64x1} \ No newline at end of file
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 39b371f..da1e509 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -3,3 +3,4 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder V2/FM}
\newcommand{\playertypelong}{Recorder V2 and FM Recorder}
+\newcommand{genericimg}{112x64x1} \ No newline at end of file
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex
index 3ed06a2..766aea6 100644
--- a/manual/plugins/cube.tex
+++ b/manual/plugins/cube.tex
@@ -1,12 +1,10 @@
\subsection{Cube}
-{\centering\itshape
- [Warning: Image ignored] % Unhandled or unsupported graphics:
-%\includegraphics[width=4.124cm,height=2.357cm]{images/rockbox-manual-img49.png}
- \newline
+\begin{figure}[h!]
+\begin{center}
+\includegraphics[width=4cm]{plugins/images/ss-cube-\genericimg.png}
+\end{center}
+\end{figure}
Cube
-\par}
This is a rotating cube screen saver in 3D.
To see it at full speed, press PLAY and it will run at maximum frame rate. Also you can change the size of the x, y and z axis using LEFT, RIGHT, UP, DOWN, F1 and F2.
-
-
diff --git a/manual/plugins/images/ss-cube-112x64x1.png b/manual/plugins/images/ss-cube-112x64x1.png
new file mode 100644
index 0000000..574b45d
--- /dev/null
+++ b/manual/plugins/images/ss-cube-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-cube-160x128x2.png b/manual/plugins/images/ss-cube-160x128x2.png
new file mode 100644
index 0000000..cf0484a
--- /dev/null
+++ b/manual/plugins/images/ss-cube-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-cube-176x132x16.png b/manual/plugins/images/ss-cube-176x132x16.png
new file mode 100644
index 0000000..2b54dae
--- /dev/null
+++ b/manual/plugins/images/ss-cube-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-cube-220x176x16.png b/manual/plugins/images/ss-cube-220x176x16.png
new file mode 100644
index 0000000..139fd7a
--- /dev/null
+++ b/manual/plugins/images/ss-cube-220x176x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index e258cab..49adb01 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -52,7 +52,7 @@ See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}.
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/bounce.tex}}
-\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/cube.tex}}
+\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/grayscale.tex}}
diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex
index 937a707..4dac888 100644
--- a/manual/plugins/oscillograph.tex
+++ b/manual/plugins/oscillograph.tex
@@ -15,7 +15,7 @@ At faster speed rates, the Jukebox is less responsive to user input.
\begin{table}[h!]
\begin{center}
-\begin{tabular}{|c}|c|}
+\begin{tabular}{|c|c|}
\hline
KEY & ACTION \\\hline
F1 & toggles whether to scroll or not \\\hline