mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
25e0e2831a
commit
fe652b5eb4
3 changed files with 17 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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}}
|
||||||
|
|
11
manual/plugins/ppmviewer.tex
Normal file
11
manual/plugins/ppmviewer.tex
Normal 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}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue