From 37d26dead9c9172a9e4e785c1906f2ac25c767ef Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Mon, 6 Mar 2006 20:47:25 +0000 Subject: [PATCH] Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/battery_test.tex | 5 ++--- manual/plugins/bounce.tex | 4 ++-- manual/plugins/chess_clock.tex | 4 ++-- manual/plugins/flipit.tex | 13 +++++-------- .../plugins/images/ss-battery_test-160x128x2.png | Bin 0 -> 289 bytes manual/plugins/images/ss-bounce-160x128x2.png | Bin 0 -> 319 bytes .../plugins/images/ss-calculator-160x128x2.png | Bin 0 -> 583 bytes .../plugins/images/ss-chess_clock-160x128x2.png | Bin 0 -> 238 bytes manual/plugins/images/ss-flipit-160x128x2.png | Bin 0 -> 408 bytes .../plugins/images/ss-mandelbrot-160x128x2.png | Bin 0 -> 2554 bytes .../plugins/images/ss-minesweeper-160x128x2.png | Bin 0 -> 249 bytes manual/plugins/images/ss-mosaic-160x128x2.png | Bin 0 -> 556 bytes .../plugins/images/ss-oscillograph-160x128x2.png | Bin 0 -> 149 bytes manual/plugins/images/ss-rockblox-160x128x2.png | Bin 0 -> 291 bytes manual/plugins/images/ss-sliding-160x128x2.png | Bin 0 -> 835 bytes manual/plugins/images/ss-snake-160x128x2.png | Bin 0 -> 136 bytes manual/plugins/images/ss-snake2-160x128x2.png | Bin 0 -> 732 bytes manual/plugins/images/ss-snow-160x128x2.png | Bin 0 -> 615 bytes manual/plugins/images/ss-sokoban-160x128x2.png | Bin 0 -> 383 bytes manual/plugins/images/ss-solitaire-160x128x2.png | Bin 0 -> 523 bytes manual/plugins/images/ss-star-160x128x2.png | Bin 0 -> 454 bytes manual/plugins/images/ss-stopwatch-160x128x2.png | Bin 0 -> 250 bytes manual/plugins/images/ss-vumeter-160x128x2.png | Bin 0 -> 393 bytes manual/plugins/main.tex | 4 ++-- manual/plugins/mandelbrot.tex | 13 ++++++------- manual/plugins/minesweeper.tex | 12 +++++------- manual/plugins/mosaic.tex | 14 ++++++-------- manual/plugins/oscillograph.tex | 12 ++++++------ manual/plugins/rockblox.tex | 13 ++++++------- manual/plugins/sliding.tex | 14 ++++++-------- manual/plugins/snake.tex | 7 +++++++ manual/plugins/snake2.tex | 14 +++++++------- manual/plugins/sokoban.tex | 12 ++++++------ manual/plugins/solitaire.tex | 12 ++++++------ manual/plugins/star.tex | 12 ++++++------ manual/plugins/stopwatch.tex | 13 +++++-------- manual/plugins/vumeter.tex | 11 +++++------ 37 files changed, 90 insertions(+), 99 deletions(-) create mode 100644 manual/plugins/images/ss-battery_test-160x128x2.png create mode 100644 manual/plugins/images/ss-bounce-160x128x2.png create mode 100644 manual/plugins/images/ss-calculator-160x128x2.png create mode 100644 manual/plugins/images/ss-chess_clock-160x128x2.png create mode 100644 manual/plugins/images/ss-flipit-160x128x2.png create mode 100644 manual/plugins/images/ss-mandelbrot-160x128x2.png create mode 100644 manual/plugins/images/ss-minesweeper-160x128x2.png create mode 100644 manual/plugins/images/ss-mosaic-160x128x2.png create mode 100644 manual/plugins/images/ss-oscillograph-160x128x2.png create mode 100644 manual/plugins/images/ss-rockblox-160x128x2.png create mode 100644 manual/plugins/images/ss-sliding-160x128x2.png create mode 100644 manual/plugins/images/ss-snake-160x128x2.png create mode 100644 manual/plugins/images/ss-snake2-160x128x2.png create mode 100644 manual/plugins/images/ss-snow-160x128x2.png create mode 100644 manual/plugins/images/ss-sokoban-160x128x2.png create mode 100644 manual/plugins/images/ss-solitaire-160x128x2.png create mode 100644 manual/plugins/images/ss-star-160x128x2.png create mode 100644 manual/plugins/images/ss-stopwatch-160x128x2.png create mode 100644 manual/plugins/images/ss-vumeter-160x128x2.png diff --git a/manual/plugins/battery_test.tex b/manual/plugins/battery_test.tex index 65f48e22ec..6d798f46e3 100644 --- a/manual/plugins/battery_test.tex +++ b/manual/plugins/battery_test.tex @@ -1,7 +1,7 @@ \subsection{Battery\_test} -\begin{figure}[h] +\begin{figure}[h!] \begin{center} -%\includegraphics{plugins/images/\platform/ss_battery_test.png} +\includegraphics[width=4cm]{plugins/images/ss-battery_test-\genericimg.png} \end{center} \caption{Battery Test} \end{figure} @@ -13,4 +13,3 @@ log file. The test stops when battery level reaches 4\% in order to avoid being unable to write to the disk. The power usage data is saved to a file in the root directory of the Jukebox. This plugin can sometimes be useful for diagnosing problems with battery charging. - diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex index 2b337df3c4..4b5758c5a9 100644 --- a/manual/plugins/bounce.tex +++ b/manual/plugins/bounce.tex @@ -1,7 +1,7 @@ \subsection{Bounce} \begin{figure}[h] \begin{center} -%\includegraphics{plugins/images/\platform/ss_bounce.png} +\includegraphics[width=4cm]{plugins/images/ss-bounce-\genericimg.png} \end{center} \caption{Bounce} \end{figure} @@ -33,4 +33,4 @@ respectively \item \textbf{Xadd/Yadd:} how fast the code moves on the sine curve on each axis \item \textbf{Xsane/Ysane:} Changes the appearance of the bouncing. -\end{itemize} +\end{itemize} \ No newline at end of file diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex index 3d5db4d9e9..d7b4cff6ec 100644 --- a/manual/plugins/chess_clock.tex +++ b/manual/plugins/chess_clock.tex @@ -1,7 +1,7 @@ \subsection{Chess Clock} -\begin{figure}[h] +\begin{figure}[h!] \begin{center} -%\includegraphics{plugins/images/\platform/ss_chessclock.png} +\includegraphics{plugins/images/ss-chess_clock-\genericimg.png} \end{center} \caption{Chess Clock} \end{figure} diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex index 022d7c11ec..b72b4f49d7 100644 --- a/manual/plugins/flipit.tex +++ b/manual/plugins/flipit.tex @@ -1,10 +1,10 @@ \subsection{Flipit} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.353cm,height=2.154cm]{images/rockbox-manual-img36.png} - \newline +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-flipit-\genericimg.png} +\end{center} +\end{figure} Flipit plugin -\par} Flipping the colour of the token under the cursor also flips the tokens above, below, left and right of the cursor. The aim is to end up with @@ -22,6 +22,3 @@ F3 & Mode + On/off & Step by step \\\hline OFF & On/off & Stop the game \\\hline \end{tabular} \end{table} - - - diff --git a/manual/plugins/images/ss-battery_test-160x128x2.png b/manual/plugins/images/ss-battery_test-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..d0830ed6a7543961af41091ab14a92f6c21d944a GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3xK$Ri5W0A%d;ba4!cIQ;gaE!SZKp0Hc$%GsIrpDbs)cl#ZP>*?y}vd$@?2>{@oa?$_* literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-bounce-160x128x2.png b/manual/plugins/images/ss-bounce-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..16911b6406418522b3f5078cd04439dd0825daf7 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^3xK$Ri5W0A$?sba4!cIQ(|XY0e`CJTAO?4!pWMO3NpNu~hR`s7{{q zJoek+MV9t5XEPRE^I96TGDK^t*V6cli!GVm+ZV`AZmhki=zrp&_{W|brsp=Qn7-I2 zey6;AHqV^D*$Q(7cR#aid$az)LxC6rrPgnII4p&ZU*s#de^ zTx5Oq{}G#P(=Inb|E66t1b>(0LKkb*2A73};GSHI@ Mp00i_>zopr065Tqj{pDw literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-calculator-160x128x2.png b/manual/plugins/images/ss-calculator-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..4ee09091fc7cac1c16cbfa46a7b70f9a53442df6 GIT binary patch literal 583 zcmV-N0=WH&P)004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe{;Ymb6R9M69n9-`jFbswR zxh>>X0^SOH^?A0)+9L}%vKC9prlxu98_4udDIhYwR8&50u-p6n!(Tn*YGj&F<-o9 zFf^1I*~f3x%wzVrkH_AI3q99N3NTs6;+El*QYLhZLnm<)71;qwLe1dG)duy!BEYrL zartI$^U*=-S>$z#dI5-5*3kO@x>;#qdi7ivel_)E(pkqLD(Ds$5Idb_WHjs3%278GG1Ai61C0ZEy5%#UIl1 VNgO$N0y_Wz002ovPDHLkV1o2`1-}3Q literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-chess_clock-160x128x2.png b/manual/plugins/images/ss-chess_clock-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdf7802997bed82b396fcbbbd95086cd22fd1e7 GIT binary patch literal 238 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 literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-rockblox-160x128x2.png b/manual/plugins/images/ss-rockblox-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e6174ebd66cbd825df866935e3b176a20a73e5 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3xK$Ri5W0A%d-ba4!cIQ(`>G#9fXk1O*}(K}uT?l(otf7pIu?GA>6 zZtTAdmQFo%U`sK-PypXYEv1Y40tc^RW6f|o_uS7{U zr=#@|pF=te-wNa$chS*Wx3Fckcj(c{qNa<33wzal^!A>+;di#q^7uW&G~S3UyKPN@ d&IW-u-P*0IH;Ori004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe|-AP12R9M69R!eFuF$@%F zYw%SBy*2pi0&fkzilDa!zmhv7nWQy&2WW*M>2Y;g-%^N}wz1Nutq-F+OM(x63w}P{ z;om4GP5XRl$KyS45iez7d?=F$hd|3T_nDI6-jK1BtXcgqF;$I$IrF5lkCQS}UJ>w6 z@l3$QqfWR|BVgCM$PhU7K9J8D0J%G1+1$sWjEDkYt7{@Lp6}i*SEHV86Mh27Et82I zM=7V$C=t-oS#_R0^--GpT2re0v(`2Mv{OgxaPnjaYERmKGM2TBwP_8|eTNc9;3Z31ZK zf5JtxYVpiuP;PhUK);o63aff)a5-ZrGV*f|MA|T0*SD5jCL*9zcMyYxyX|`O7ASpx z_x;<5Q9jH59{Ahd0blNpf$|-r^4Hajj&w2W_rR}5*HXs>jQRqMedJFi_N(6oqc6ey z5w(j=MF+X;k-kq4?w!zauXqIXsYVypl~bLPGy+y)qs9$VzdHAj5h(DrR9wvkuSo#R z1aY7uy2MLT!>9|65%1xObofe&q*>bODQ~W61seoPbq|Dh9TPC10t-HJ2s{PH#<>F5 z`WWHW?Py@+GV6(zNVU6K+%g`gGai~JrL_iqHOCJ|X&w5s(~@&PG)m8zeOK2lQmMHD zM2t9IwD_tf<&e=#5|&51l20*X$z2R9#t*ToO2~+swbrXlU&vRl-!r1lyaby?X?dYT zM(jaml>{+0B)*4?GpTPDc3s5g=8#c#O7^H=Gwj2AMxQ_1T}Tst#!=&GW)B&HKk63! zdq()C>S79==W7|i(?^DqV>MuMv1^XE{}w*>*kg}9_Sj>OJ@(jt*guw1tF#w?tlj_s N002ovPDHLkV1lyqfI0Awh6x;TbJ9DaLhAtO*HlfwV{s^14w8hn^$`-!wG0To=R YROI9TXy&Vx3*<0(y85}Sb4q9e0EN3FCjbBd literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-snake2-160x128x2.png b/manual/plugins/images/ss-snake2-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa86d006a6899f12a7ecd10ebc0a72ecd0b1d94c GIT binary patch literal 732 zcmV<20wev2P)004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe|c1c7*R9M69Siy?zAPfy; zEBGsdTftusxGnfA0k?uLvF)w3_wgK<)uZXmoi?5xk0)svFTf9@N${MElC1X>>W7(u zbdFqM;F&wF>6UYVb3Y(1?^+ffQ&2s>b`Ov0|k}g(A(Xo_vfc z3b3&)_;!6w-J^XTuLFoZ)9#pX)YS~YLoh)&(I_o>q;UYcebk9Xv}?1tHBHB} z4R#>y83WB9qP;v{3e@}VK+Om+((ZbL8amx|dz0COf z`1<(z`1<(z`1<(z`1<(z_<#Gjv<1NR|Lm9d3ctSvSZ4gee&!kY44GOsn)BiFd{_iY zoB43teE2Ne>}S+xGzjHE=pTeG2iaafB$kInFB@#+l~r5Xzb5*(kMIZmv%SxW`FH>T O0000004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe|0ZBwbR9M69mQ9MqAPmO~ z*$VF}0k;EQU6`$h=>dcpt5p+Cd>!6uz$}W@^p}6)M?H?u4VI&(H!ZFlgKy23UpczJ z5wieTiZspLAMt&{Nq`A!ViN%88rpM(^y6j_2DU}XJ*fbjsj5;;~#t~n^aFE!z&`KB3V6xMlvsC_2A@}iGC!q*}BzW zQ$$yIG!yacImQ+fZ2hRIxoBUZ#j7#VOzHdn8D=U>0j07eVtVTWFCxj2)jt)9oHJfO zY7)SW9pXd)JGpqkacZX`(%c?dotn4ATVqpQHEO3;t3%CNJGCaFR>4W5Mub&IZR4>% z?E%VQUS6Xl`fA<%7H1-xuh%yr4jS2f*}97ad4!1TAEmER_@?xtbJ0zIRm!=PE5V3F zx|xV55`ivoA&EZf4$W8|2Kbg4qc$1AD+?UTanKS|16$0**on%XNtN=Hn7l%eiN{zf zXQXt-N+qB0bG)}pupvYkTJ1egrFg$8t^72Z$o2L8QCj(#eLPJWWuj}bs}3t`%*2#U zFO_n+Dmi$xggAK6Ndp_(XE-004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe{8A(JzR9M69*THJTFboD@ zfp0!=SGq=&cy~DmfQ}C$DsMIw$=%Xj!Rr%HcznWFrXCYUJ-&cO>Tz zXYe5~o|J%)5ZE*K5R}Lw2+X^XAt){gaP%Q*fxVml^Ud4=Iu!aQ95n_c004jj0{{R3@ePWI0000CP)t-st=Q&s zkeNA1OaK4?S{f|Q00009a7bBm0000b0000b03z^WPyhe{rAb6VR9M69)Uj&AFc1dd zLtct8_!T+^PbOVm@)Rah@T1tYTggM1bTOhs9>FwQ2xQ8fR|u4DF7Dl_2}zvfL@9Wv z{y~HMah6V&0c;btn6o*W+MNv$)06tdc{Dtn4zYs{I@mkBcCYKR0scNCD(vxJBRssQ zF%$fZ7t-t@uQ%X*(P{!S5%bP?0^z3JZmnRNkH=PUlBZ*vH9n?UYE{v|Q3E>(PO?pg z&}$@^XP>zT304%=m}g(uN8E|DYi_t#6Py*Q5MT(w2SL9SU;?yjhPTh!KwUxl|>l$}G0AJ6AJHzdX zN`yj1ZaBUgp$1=qFi<)k>LPmH!;p{mLPeeqe6E6_BY;d=$e zRDg=$Qmfh9{tv{rr31}omZ0z`($m;OXKR5^?zLw9{RO4R~BxZ?XN+Zpz{QS=zk)pM>-F zMoIO$rJMdl@bIwSPkT6Hw(`qmnam8;&IeMZSM|g@syw*!cQ(_d(Dp-;$W+h+%*UBqInkI#O}vc=_#d4AsygKwSvmzw1k`itmIEB5)k zYRh6N%Vm|Cs`a{3M{eCvxVALfHcZO?x*^NY+lx=l>{dK+#HMY&R-1zG{9_VLJ~h+& z6d!!p*{Aqr*}okxZIdcjyr2J3Z{r=;%j#l_-wJ!bbnH(p|9z?cy1lxdE)4u#eq#U8 z*T!q6vbAimV^zM`SLnOsL!9!Wl$zCh+&J9+SB5VAy!uOQ6}MYMd1}pDwfPUW3ijCF sl@ly^HF2t)jO{YDBMern6VtwO3&^`EEET*M0}ONqPgg&ebxsLQ0M|Oc<^TWy literal 0 HcmV?d00001 diff --git a/manual/plugins/images/ss-stopwatch-160x128x2.png b/manual/plugins/images/ss-stopwatch-160x128x2.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d45cb8e04019e61e3ab5ac41b038944c286543 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^3xK$Ri5W0Ax(@ba4!cIQ;g4Ay-QP56cAyz6q;YE>%?=f!i%a^Cr{jioJpP0IruU$FaL{qy*rDUhKYzr&^H0$<)wvFWOA z6&n`&l~0K+T=V>@)!tv0f7X1fXp0Zz`($$?CIhd5^?zLRNpKXMS<4VTU>FjGjb2C=FXEYn%b1Z zn!HkR<;E?uRW@h7N=~UcxA|Y%LPO^4WRtJSXF1RQD7;#sqQfa)n9kyV>~PqE|9M}EO%~^~GZL@7I5_=#{=41$@aRfFc&>2O`Yop&?gzhK_upn&`_&uk{f@a? zpHmEc=^%J;<|S3-iGmBV2`~ zV~z2nC;NH+xc=X&%^KeIbA!I;#$&fvc27#`No4WdcqCqWjwtg@-Z}5M*?+8g(r~sl zsl{_qbW258O-=CB>mAZZKS&?lAbqr<_mWb6_>;Z6c1BL*yxt{vDr#fO8`*}Zs~z~= l;#S_56m<<00ivf;^R?G(3Q?2}@dkz)gQu&X%Q~loCIF0xq?rH! literal 0 HcmV?d00001 diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 49adb01745..a3f661f0de 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -62,11 +62,11 @@ See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}. \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/mosaic.tex}} -\opt{recorder,recorderv2fm,ondio}{\input{plugins/oscillograph.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx}{\input{plugins/oscillograph.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/snow.tex}} -\opt{recorder,recorderv2fm,ondio}{\input{plugins/vumeter.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx}{\input{plugins/vumeter.tex}} \section{\label{ref:Viewersplugins}Viewers} diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex index 34afb90600..b96d1d4994 100644 --- a/manual/plugins/mandelbrot.tex +++ b/manual/plugins/mandelbrot.tex @@ -1,10 +1,10 @@ \subsection{Mandelbrot} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.865cm,height=2.21cm]{images/rockbox-manual-img52.png} - \newline -Mandelbrot -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-mandelbrot-\genericimg.png} +\end{center} +\caption{Mandelbrot} +\end{figure} This is another demonstration using the grayscale engine. It draws fractal images from the Mandelbrot set. @@ -22,4 +22,3 @@ F3 & Reset and return to the default image \\\hline \end{tabular} \end{center} \end{table} - diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex index 4db7ae62c6..c4042ca6b0 100644 --- a/manual/plugins/minesweeper.tex +++ b/manual/plugins/minesweeper.tex @@ -1,13 +1,11 @@ \subsection{Minesweeper} -{\centering\itshape -Minesweeper plugin -\par} - +\begin{figure}[h!] \begin{center} - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=2.963cm,height=1.693cm]{images/rockbox-manual-img38.png} - +\includegraphics[width=4cm]{plugins/images/ss-minesweeper-\genericimg.png} \end{center} +\caption{Minesweeper plugin} +\end{figure} + The classic game of minesweeper. Use the UP and DOWN keys to select the required percentage of mines to set the difficulty then press the MENU key to begin. diff --git a/manual/plugins/mosaic.tex b/manual/plugins/mosaic.tex index 4d945da85d..84ee27a356 100644 --- a/manual/plugins/mosaic.tex +++ b/manual/plugins/mosaic.tex @@ -1,12 +1,10 @@ \subsection{Mosaic} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.706cm,height=2.117cm]{images/rockbox-manual-img53.png} - \newline -Mosaic -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-mosaic-\genericimg.png} +\end{center} +\caption{Mosaic} +\end{figure} This simple graphics demo draws a mosaic picture on the screen of the Jukebox. Press STOP to quit. - - diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex index 4dac88898b..e2e52f00f4 100644 --- a/manual/plugins/oscillograph.tex +++ b/manual/plugins/oscillograph.tex @@ -1,10 +1,10 @@ \subsection{Oscillograph} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.6cm,height=2.057cm]{images/rockbox-manual-img54.png} - \newline -Oscillograph -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-oscillograph-\genericimg.png} +\end{center} +\caption{Oscillograph} +\end{figure} This demo shows the shape of the sound samples that make up the music being played. diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex index 5baef7296b..04610f200f 100644 --- a/manual/plugins/rockblox.tex +++ b/manual/plugins/rockblox.tex @@ -1,10 +1,10 @@ \subsection{Rockblox} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.949cm,height=2.23cm]{images/rockbox-manual-img41.png} - \newline -Rockblox plugin -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-rockblox-\genericimg.png} +\end{center} +\caption{Rockblox plugin} +\end{figure} This well{}-known game will probably be familiar. The aim of the game is to complete rows with the given pieces (blocks). Pieces can be rotated @@ -26,4 +26,3 @@ OFF & Exit Rockblox\\\hline \end{tabular} \end{center} \end{table} - diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex index e39840baab..17bd48bf97 100644 --- a/manual/plugins/sliding.tex +++ b/manual/plugins/sliding.tex @@ -1,10 +1,10 @@ \subsection{Sliding Puzzle} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.988cm,height=2.279cm]{images/rockbox-manual-img42.png} - \newline -Sliding puzzle -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-sliding-\genericimg.png} +\end{center} +\caption{Sliding puzzle} +\end{figure} The classic sliding puzzle game. Rearrange the pieces so that you can see the whole picture. @@ -23,5 +23,3 @@ OFF & Stop the game \\\hline \end{tabular} \end{center} \end{table} - - diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex index dfe596b6f5..c43d588c5a 100644 --- a/manual/plugins/snake.tex +++ b/manual/plugins/snake.tex @@ -1,4 +1,11 @@ \subsection{Snake} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-snake-\genericimg.png} +\end{center} +\caption{Snake} +\end{figure} + This is the popular snake game. The aim is to grow your snake as large as possible by eating the dots that appear on the screen. The game will end when the snake touches either the borders of the screen or itself. diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex index 093cada648..1fd626a474 100644 --- a/manual/plugins/snake2.tex +++ b/manual/plugins/snake2.tex @@ -1,10 +1,10 @@ -\subsection{ Snake 2} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.96cm,height=2.23cm]{images/rockbox-manual-img43.png} - \newline -Snake 2 {--} The Snake Strikes Back -\par} +\subsection{Snake 2} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-snake2-\genericimg.png} +\end{center} +\caption{Snake 2 {--} The Snake Strikes Back} +\end{figure} Another version of the Snake game. Move the snake around, and eat the apples that pop up on the screen. Each time an apple is eaten, the diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex index 76a6eed2fa..fec06edba1 100644 --- a/manual/plugins/sokoban.tex +++ b/manual/plugins/sokoban.tex @@ -1,10 +1,10 @@ \subsection{Sokoban} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img44.png} - \newline -Sokoban -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-sokoban-\genericimg.png} +\end{center} +\caption{Sokoban} +\end{figure} The object of the game is to push boxes into their correct position in a crowded warehouse with a minimal number of pushes and moves. The boxes diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex index 7002e69222..0a180b776c 100644 --- a/manual/plugins/solitaire.tex +++ b/manual/plugins/solitaire.tex @@ -1,10 +1,10 @@ \subsection{Solitaire} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.96cm,height=2.251cm]{images/rockbox-manual-img45.png} - \newline -Klondike solitaire -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-solitaire-\genericimg.png} +\end{center} +\caption{Klondike solitaire} +\end{figure} This is the classic Klondike solitaire game for Rockbox. Select \textbf{help }from the game menu to get an diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex index f811043858..e113490255 100644 --- a/manual/plugins/star.tex +++ b/manual/plugins/star.tex @@ -1,10 +1,10 @@ \subsection{Star} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.865cm,height=2.208cm]{images/rockbox-manual-img46.png} - \newline -Star game -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-star-\genericimg.png} +\end{center} +\caption{Star game} +\end{figure} This is a puzzle game. It is actually a rewrite of Star, a game written by CDK designed for the hp48 calculator. diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex index 7ce9c541b3..3d0ca8e80d 100644 --- a/manual/plugins/stopwatch.tex +++ b/manual/plugins/stopwatch.tex @@ -1,13 +1,10 @@ \subsection{Stopwatch} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=3.704cm,height=2.117cm]{images/rockbox-manual-img73.png} - \textmd{ } [Warning: Image ignored] -% Unhandled or unsupported graphics: -%\includegraphics[width=4.667cm,height=1.998cm]{images/rockbox-manual-img74.png} - \newline +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-stopwatch-\genericimg.png} +\end{center} +\end{figure} Recorder stopwatch Player stopwatch -\par} A simple stopwatch program with support for saving times. diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex index bf38e18711..3ba49c2eb4 100644 --- a/manual/plugins/vumeter.tex +++ b/manual/plugins/vumeter.tex @@ -1,10 +1,9 @@ \subsection{VU meter} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=4.304cm,height=2.459cm]{images/rockbox-manual-img56.png} - \newline -VU meter -\par} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-vumeter-\genericimg.png} +\end{center} +\end{figure} This is a VU meter, which displays the volume of the left and right audio channels. There are 3 types of meter selectable. The analogue