summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES5
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/ppmviewer.tex11
3 files changed, 17 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7eabed6e00..8b491f4c1c 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -55,12 +55,15 @@ text_editor.c
55wavview.c 55wavview.c
56robotfindskitten.c 56robotfindskitten.c
57 57
58#if HAVE_LCD_COLOR
59ppmviewer.c
60#endif
61
58/* Plugins needing the grayscale lib on low-depth LCDs */ 62/* Plugins needing the grayscale lib on low-depth LCDs */
59fire.c 63fire.c
60jpeg.c 64jpeg.c
61mandelbrot.c 65mandelbrot.c
62plasma.c 66plasma.c
63ppmviewer.c
64 67
65blackjack.c 68blackjack.c
66bounce.c 69bounce.c
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
117 117
118\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}} 118\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}}
119 119
120\opt{lcd_color}{\input{plugins/ppmviewer.tex}}
121
120\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} 122\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}}
121 123
122\opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}} 124\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 @@
1% $Id$ %
2\subsection{PPM viewer}
3Open a PPM file in the \setting{File Browser} to view it.
4
5ppmviewer exits when any button is pressed.
6
7\note{
8Both ASCII PPM (P3) and raw PPM (P6) files are supported.
9
10For more information about PPM files, see \url{http://netpbm.sourceforge.net/doc/ppm.html}
11}