From 23d700501d43bc77af75f67553241cc995f0a6f2 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Mon, 6 Mar 2006 13:58:14 +0000 Subject: [PATCH] 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 --- manual/platform/h1xx.tex | 1 + manual/platform/h300.tex | 3 ++- manual/platform/ipodcolor.tex | 1 + manual/platform/ipodnano.tex | 1 + manual/platform/ondio.tex | 1 + manual/platform/player.tex | 1 + manual/platform/recorder.tex | 1 + manual/platform/recorderv2fm.tex | 1 + manual/plugins/cube.tex | 12 +++++------- manual/plugins/images/ss-cube-112x64x1.png | Bin 0 -> 493 bytes manual/plugins/images/ss-cube-160x128x2.png | Bin 0 -> 623 bytes manual/plugins/images/ss-cube-176x132x16.png | Bin 0 -> 1210 bytes manual/plugins/images/ss-cube-220x176x16.png | Bin 0 -> 1527 bytes manual/plugins/main.tex | 2 +- manual/plugins/oscillograph.tex | 2 +- 15 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 manual/plugins/images/ss-cube-112x64x1.png create mode 100644 manual/plugins/images/ss-cube-160x128x2.png create mode 100644 manual/plugins/images/ss-cube-176x132x16.png create mode 100644 manual/plugins/images/ss-cube-220x176x16.png diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 71e10c234c..1da145a43a 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 ad89813775..a7cdd924f4 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 f33107c372..6bf124ec3e 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 d354bb5e25..bef4924ddb 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 295a82fb89..dfb4bcbe42 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 61f5661a98..2c98314b09 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 7a7b58940e..1ec75193d3 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 39b371fc95..da1e509b90 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 3ed06a2dfb..766aea6a76 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 0000000000000000000000000000000000000000..574b45daa6453288ab1f31c37283d6ec19184dd3 GIT binary patch literal 493 zcmeAS@N?(olHy`uVBq!ia0vp^1wib;!3-q7x-ee>QkelhA+8hNO#m{1WWu}z1AhY` zn?@jZt+_MMXwCwU$YLO^3dTwwk^&eQ7_~fI977@wzrA^zui1cyIbh3`|Nl=5-;(9p z=p4kGTj$^RqGijhmqr$s<^M!p$kE9tKGyi{gv5n=#td6ryBwpJi)_g|<#5}FH>3I_ z`&ni_!@+h`kaG>zfl$WyXvyY@U%;Q+GsCY^4bQY}xxk8}{ z$vas-=$Tzob`gr15WJ?If2w^=Cptb-2 literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-cube-160x128x2.png b/manual/plugins/images/ss-cube-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0484a31585a09b0593fb1289e77d70150d585f GIT binary patch literal 623 zcmV-#0+9WQP)004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe|2}wjjR9M69mA!4lFc5_) z0cw<5OQ^{T86kyGXfiA zM&P!JUNBfe^RjSN5U8P9g18C*yNp>}#el0w@SHIVu*X#ZIAF85igtum0BEpTfVDZJ zD&Qc^2+i^;j2S=`0QM{QaUV3G3IN+r_u4G4!h>gEmSAme?xhG0z${PPgX4CI=qdte zfLVfmKe5h{0Y_<;U~6KXO%-qzp|*D)InZpYpbuXJUs-Sxp!`hrcY&4w+q*y`KzSAQ zkArDHjsSZMUNATjV0#y639!cCj6p+y>YJd# z2=)?GB#6zawkw-cZC5s@HtR*c<-mRe&N;B%EHcN%kd`o~kc2sfEH397(v>5okd83N zkd83NkP~5!A*b?kQb@~~LrBY*V@Spv-NbT|+c6P?+cD;_AV-;f$cZxhkQ1?-7}8P^ zeMrlheMrviLvm&x(hWw literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-cube-176x132x16.png b/manual/plugins/images/ss-cube-176x132x16.png new file mode 100644 index 0000000000000000000000000000000000000000..2b54dae3e2580637c31ee503940007fcdf83bcdf GIT binary patch literal 1210 zcmV;r1V#IaP)`(^U_kFznq z8e{;7+xv%zBr!3`-L(c8d1ETJiNh&a-J2TvDnm`&CzEG-+LLlV5@wB<5V|!=VMaxO z1@V~8jVbS=BA$cNpfkj5NN65MMaZd8XZ&ubFB7pTX!h@Rx>z3>C}`s*M0abHU`Ivx z9We{#12Q5q-LY7hQ!u#|F%-n}A)z6dFsEP`(1a)%n#fE+vp-aJ8-LPF?w~Y!LVRay zl!lE8YAAtDh|<}kf)r*MoFP^X3GIwg!Q(^lh9X2-Tw7K2VZ70AvSD{ z(za3IbSjL$H|1$Ulva%jj}8noJ45Ul654l01vRYA&7rc}6BAB%gn2GkM&0B3po2YG zPKfa7eI2iZdb5KZWNcdk`EF&l`Mi${qxRDi#QCjom?j z;MTwi0tCYe1;k-Pf?H!>C?FU}1i_ksKyYg;HS$&j5D11476`unG!F{|GcPEJaL0&Y z!GYk`uni6bvkei%F++k|V^fGAm|+Crqha@^KtXV8SOp4#S%nLNuRl$~1#wJKw#KlZ z1|A(mh(`WwcxVvZ8n?I4ks1UXMDhkx(9l5~FeDrvBgPMg5;_RUw>YdQXbwO~CKI+A z#0v=7X~M(SFkBOLZa_%rIe|by^8`X7ngAILC1)UHvkAzp0YyRc2SP&33ADjbatT75 zo4}-?c?BUpO~4L@l4B6E)`ayj0-S>88-)0o6D~AJ01yIi0)I`^MF1h+H!*x`IHI5h z0U>yE!q;FZ#Q`BmCOlHm-2ZR*tGiF9{`g0~6tqwiLac{`cMTE`gczA{dSZAiAPD)= z#L=%cVo=axf{=l8B9aCP3_{K~5oS%)MFt^fnute13l2h-Ozb#Dgd7Z|_#ouaIT4tG zmI8zvVIuZmC}ja5k0#b^jSLjDL?C3-oJcYlO1VJDN)xFlXz4&mZQ|+HNT@+_f{?G~ zM7A|imlT97n@CGR%lCPRs@wa=wfcBOatd1B389raK@D2!389ffUG@pVW)TEyA_&&> Y7hv+ZY86ZX$p8QV07*qoM6N<$f|bhh^#A|> literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-cube-220x176x16.png b/manual/plugins/images/ss-cube-220x176x16.png new file mode 100644 index 0000000000000000000000000000000000000000..139fd7a2b64636ce34df0e0fbeac9d5480db7cbc GIT binary patch literal 1527 zcmaJ>|2NZn7#E>@TTO{9oY?wkO!*S6r5VyTG;)MHVY8&TW>cmvyV$L}XzJrrJGrT~ zwz|0;+7hjH>TvPFifeT%kqk?Pe7lZI#r>TAfcwMqyq@R%KF{-<^E%J#5i_DAY^^q0 znV6W^Qul?$BG`}E-BqTDAG4FrBe0sgFOiQR_PcGKVlhli%x_b}LgEB(Ci>szI`3Q) zZg7#7BxJCZch5?HE4dN;Bq>_ymkV)8-fJb;a43P~?ODdB z04l-ZDhwSB7zBqqF?9DB*7V3fJ1<$tT80)13<*SMV_)616Zgmb7l*qp_>}Q8o~$1< z&Y!s)Mc8xjYSs9sIEC#`LK^c#X8^2k4~%N%^qF$KY{`i`1goV{R)4DemnM|C1&UN; zL<-4=paJWATw40tB0KwRgW-1Of%YE3tAFPToe6l(V1k~K`GC0<1?#s#WzJfWPLqY9 z^D5OM-4&#~ak7rPn+TKBB zD#4IIotMwP9$CIsTKoX#I(DjSQk(8yn?vfHbJqGNSNDj9U$))oms(4?{nCTb%?Y$5 z0wimWmv*m4+Dwz)KHgxj0nJot=*pQ?_9*s-s$eUSpEIRDkKc*er7TfXZ)rsASCs4Z zO9X>}LIF@ePHCc%FzIv7yRrZ+Xg2*-gyZx{y6Jm|f3IgWyctx!J;)1^L|Jnxc4$O5 zDAO@-h*ItgsvQU6V*V*dwF-s@4lO&)>3P7HkykJ3q?D9bwu;tlVQl5uk%eSFS5;iuF%l4<;>yc37aU?Sa+>BSIs@oai0I;5j@o$g-q? zIy~+3VDao(H64Qw;FW`EP604rE8YD_E0mnfe20XE8v(tktiFNp+!gOLd5s;OWCOjZ zF<|H+40Q|Y<~Fy{5}7~qbJSV3rycE>(f7G3_8i-D9gTgcHkwQB3J;|o1C0q*zp9(= zmOpB`XgR_pLv3gw7!1coLZ@|4_}kq^o8|t@rH-|*UiZP0F+uFj+w^Ts1RqwdD~L_{ zoc1wJ@k>OeXYwL3B-p`K$>DvhW_y~``bPDA2k~ZHuiPFn!%?F2s?-k=rc*b2ucuj$ z`nIi}Q89t+Kj;QFXP-ow2RvKWmJ{7ZedT${SrVlJ2(+PJwsk2YcVWXbYcC00BuXvt zOstE;&~L|7HR!U;c!XWFABK4?D&H+I`rTm&?+2qR^^uukcRhJ$U_a-L{Rmt3wdTEg zR)v-{7SGgmU6b0h!w){#SeJFPVh8fO?uMmf8HDbzJjppjw-~uV*3|e&@jHSrsJ8sPBnud~ z-Sbs^%Fy`O>0(}JH?vuleP=Q|xk#vetL^Z?oN7_@_mh0q_Il!sR|j7Q;J%;IG2!8A WUr}1&(js!bO{n3~VYQUhlK%h^3ezqC literal 0 HcmV?d00001 diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index e258cab8b9..49adb01745 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 937a70794d..4dac88898b 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