1
0
Fork 0
forked from len0rd/rockbox

only build ppmviewer on colour targets (as it doesn't do greylib yet), and actually document it

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17895 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-06-30 19:27:06 +00:00
parent 25e0e2831a
commit fe652b5eb4
3 changed files with 17 additions and 1 deletions

View file

@ -55,12 +55,15 @@ text_editor.c
wavview.c wavview.c
robotfindskitten.c robotfindskitten.c
#if HAVE_LCD_COLOR
ppmviewer.c
#endif
/* Plugins needing the grayscale lib on low-depth LCDs */ /* Plugins needing the grayscale lib on low-depth LCDs */
fire.c fire.c
jpeg.c jpeg.c
mandelbrot.c mandelbrot.c
plasma.c plasma.c
ppmviewer.c
blackjack.c blackjack.c
bounce.c bounce.c

View file

@ -117,6 +117,8 @@ the associated file. Viewers are stored in the
\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}} \opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}}
\opt{lcd_color}{\input{plugins/ppmviewer.tex}}
\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}}
\opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}} \opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}}

View file

@ -0,0 +1,11 @@
% $Id$ %
\subsection{PPM viewer}
Open a PPM file in the \setting{File Browser} to view it.
ppmviewer exits when any button is pressed.
\note{
Both ASCII PPM (P3) and raw PPM (P6) files are supported.
For more information about PPM files, see \url{http://netpbm.sourceforge.net/doc/ppm.html}
}