summaryrefslogtreecommitdiff
path: root/manual/plugins/jpegviewer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/jpegviewer.tex')
-rw-r--r--manual/plugins/jpegviewer.tex25
1 files changed, 21 insertions, 4 deletions
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index 71a38de49c..d34a2c6991 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -1,7 +1,24 @@
1\subsection{JPEG viewer} 1\subsection{JPEG viewer}
2Press PLAY on a .jpg file in order to view the contents using Rockbox's greyscale library. Use the arrow keys to move around the image, PLAY to zoom in 2Open a .jpg file in the file browser to view it\opt{recorder,recorderv2fm,ondio,h1xx}
3and ON to zoom out. Press OFF to exit the viewer. 3 { contents using Rockbox's greyscale library}.
4
5Note: JPEGs that use progressive scan encoding are not supported and will produce an error.
6 4
5\begin{table}[ht!]
6 \begin{center}
7 \begin{tabular}{ll}\toprule
8 \textbf{Key} & \textbf{Action}\\\midrule
9 UP/DOWN/LEFT/RIGHT & Move around in zoomed in image\\
10 \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE}\opt{h1xx}{SELECT}\opt{h300}{NAVI}\opt{ipodcolor,ipodnano}{Scroll forward}
11 & Zoom in\\
12 \opt{recorder,recorderv2fm}{MENU}\opt{ondio}{MODE+DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{Scroll backward}
13 & Zoom out\\
14 \opt{recorder,recorderv2fm}{F3}\opt{ondio}{MODE+RIGHT}\opt{h1xx}{PLAY}\opt{h300}{RECORD}\opt{ipodcolor,ipodnano}{SELECT+RIGHT}
15 & Next jpeg in folder\\
16 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}\opt{h1xx}{RECORD}\opt{h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+LEFT}
17 & Previous jpeg in folder\\
18 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU}
19 & Quit\\\bottomrule
20 \end{tabular}
21 \end{center}
22\end{table}
7 23
24Note: JPEGs that use progressive scan encoding are not supported and will produce an error.