summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/plugins/chip8emulator.tex6
-rw-r--r--manual/plugins/jpegviewer.tex54
2 files changed, 46 insertions, 14 deletions
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
index dee286d06c..cc6c26bc6f 100644
--- a/manual/plugins/chip8emulator.tex
+++ b/manual/plugins/chip8emulator.tex
@@ -12,7 +12,7 @@ graphics.
12The only problem is that they are based on a 4x4 keyboard, but since most 12The only problem is that they are based on a 4x4 keyboard, but since most
13games do not use all of the buttons, this can easily be worked around. 13games do not use all of the buttons, this can easily be worked around.
14 14
15To do this, one may put a ".c8k" file with the same name as the 15To do this, one may put a ``.c8k'' file with the same name as the
16original program which contains new key mappings (for BLINKY.ch8, one 16original program which contains new key mappings (for BLINKY.ch8, one
17writes a BLINKY.c8k file). 17writes a BLINKY.c8k file).
18That c8k file contains 16 characters 18That c8k file contains 16 characters
@@ -21,9 +21,9 @@ mapping (that way, several Chip8 keys can be pressed using only one
21Rockbox key). For example, a file containing the single line:\\\\ 21Rockbox key). For example, a file containing the single line:\\\\
22\textbf{0122458469ABCDEF}\\\\ 22\textbf{0122458469ABCDEF}\\\\
23would correspond to the following non-default mappings:\\\\ 23would correspond to the following non-default mappings:\\\\
243-\textgreater 2\hspace{1cm} 6-\textgreater 8\hspace{1cm} 7-\textgreater 4\hspace{1cm} 8-\textgreater 6\\\\ 243 $\rightarrow$ 2\hspace{1cm} 6 $\rightarrow$ 8\hspace{1cm} 7 $\rightarrow$ 4\hspace{1cm} 8 $\rightarrow$ 6\\\\
25Default keymappings: 25Default keymappings:
26\begin{table}[ht!] 26\begin{table}[!htb]
27 \begin{center} 27 \begin{center}
28 \begin{footnotesize} 28 \begin{footnotesize}
29 \begin{tabular}{@{}*{16}{@{\hspace{1mm}}c@{\hspace{1mm}}|}@{\hspace{1mm}}c@{}}\toprule 29 \begin{tabular}{@{}*{16}{@{\hspace{1mm}}c@{\hspace{1mm}}|}@{\hspace{1mm}}c@{}}\toprule
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.}