From fe652b5eb462df809d2b25dfa30047abb4e95268 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 30 Jun 2008 19:27:06 +0000 Subject: 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 --- manual/plugins/main.tex | 2 ++ manual/plugins/ppmviewer.tex | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 manual/plugins/ppmviewer.tex (limited to 'manual') diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 177d4c7fe7..ab262f0dc0 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -117,6 +117,8 @@ the associated file. Viewers are stored in the \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,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}} diff --git a/manual/plugins/ppmviewer.tex b/manual/plugins/ppmviewer.tex new file mode 100644 index 0000000000..7de2b8ca0f --- /dev/null +++ b/manual/plugins/ppmviewer.tex @@ -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} +} -- cgit v1.2.3