summaryrefslogtreecommitdiff
path: root/manual/plugins/jpegviewer.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 21:45:11 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 21:45:11 +0000
commit3935196b2d13d874914476086a3f788bce5fff58 (patch)
tree55e8120bc7ec7aa57dbd2995f91ffb5528440d6c /manual/plugins/jpegviewer.tex
parentaff9a842e4172881160ae8cbf55ea2b8af37d826 (diff)
downloadrockbox-3935196b2d13d874914476086a3f788bce5fff58.tar.gz
rockbox-3935196b2d13d874914476086a3f788bce5fff58.zip
Update jpeg viewer text. Code policing. Small cosmetic fixes in chip8.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9442 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/jpegviewer.tex')
-rw-r--r--manual/plugins/jpegviewer.tex54
1 files changed, 43 insertions, 11 deletions
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index b8cce62cdd..c67a970a93 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -1,25 +1,57 @@
1\subsection{JPEG viewer} 1\subsection{JPEG viewer}
2Open a .jpg file in the file browser to view it\opt{recorder,recorderv2fm,ondio,h1xx} 2Open a .jpg file in the file browser to view it\opt{recorder,recorderv2fm,ondio,h1xx}
3 { contents using Rockbox's greyscale library}. 3{ contents using Rockbox's greyscale library}.
4\note{When an audio file is playing the size of the image is limited as
5the decoding process needs to share memory with audio tracks. To be able viewing
6bigger file you may need to stop playback.}
4 7
5\begin{table}[ht!] 8\begin{table}[!htb]
6 \begin{center} 9 \begin{center}
7 \begin{tabular}{ll}\toprule 10 \begin{tabularx}{.8\textwidth}{lX}\toprule
8 \textbf{Key} & \textbf{Action}\\\midrule 11 \textbf{Key} & \textbf{Action}\\\midrule
9 UP/DOWN/LEFT/RIGHT & Move around in zoomed in image\\ 12 \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonUp\ / \ButtonDown\ / }
10 \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE}\opt{h1xx}{SELECT}\opt{h300}{NAVI}\opt{ipodcolor,ipodnano}{Scroll forward} 13 \ButtonLeft\ / \ButtonRight
14 & Move around in zoomed in image\\
15 \opt{recorder,recorderv2fm}{\ButtonPlay}
16 \opt{ondio}{\ButtonMenu}
17 \opt{h1xx,h300}{\ButtonSelect}
18 \opt{ipodcolor,ipodnano}{\ButtonScrollFwd}
11 & Zoom in\\ 19 & Zoom in\\
12 \opt{recorder,recorderv2fm}{MENU}\opt{ondio}{MODE+DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{Scroll backward} 20 \opt{recorder,recorderv2fm}{\fixme{MENU}}
21 \opt{ondio}{\ButtonMenu+\ButtonDown}
22 \opt{h1xx,h300}{\ButtonMode}
23 \opt{ipodcolor,ipodnano,ipod4g,ipodmini}{\ButtonScrollBack}
13 & Zoom out\\ 24 & Zoom out\\
14 \opt{recorder,recorderv2fm}{F3}\opt{ondio}{MODE+RIGHT}\opt{h1xx}{PLAY}\opt{h300}{RECORD}\opt{ipodcolor,ipodnano}{SELECT+RIGHT} 25 \opt{recorder,recorderv2fm}{\ButtonFThree}
26 \opt{ondio}{\ButtonMenu+\ButtonRight}
27 \opt{h1xx}{\ButtonOn}
28 \opt{h300}{\ButtonRec}
29 \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonRight}
15 & Next jpeg in folder\\ 30 & Next jpeg in folder\\
16 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}\opt{h1xx}{RECORD}\opt{h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+LEFT} 31 \opt{recorder,recorderv2fm}{\ButtonFTwo}
32 \opt{ondio}{\ButtonMenu}
33 \opt{h1xx}{\ButtonRec}
34 \opt{h300}{\ButtonOn}
35 \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonLeft}
17 & Previous jpeg in folder\\ 36 & Previous jpeg in folder\\
18 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU} 37 \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
19 & Quit\\\bottomrule 38 \opt{ondio}{\ButtonOff}
20 \end{tabular} 39 \opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonMenu}
40 & Show menu\\\bottomrule
41 \end{tabularx}
21 \end{center} 42 \end{center}
22\end{table} 43\end{table}
23 44
45The menu has the following entries.
46\begin{description}
47\item[Quit.] Quits the viewer and returns to the file browser.
48\item[Toggle Slideshow Mode.] Enables or disables the slideshow mode.
49\item[Change Slideshow Timeout.] You can set the timeout for the slideshow
50 between 1 second and 20 seconds.
51\item[Show Playback Menu.] From the playback menu you can control the
52playback of the currently loaded playlist and change the volume of you \dap.
53\item[Return.] Returns you to the image
54\end{description}
55
24\note{JPEGs that use progressive scan encoding are not supported and will 56\note{JPEGs that use progressive scan encoding are not supported and will
25 produce an error.} 57 produce an error.}