diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-03-22 16:55:24 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-03-22 16:55:24 +0000 |
| commit | bfc73a132714b20dcfc1d59f636e94f21c3effcd (patch) | |
| tree | cfc3da7f2a735e22950dacd58af0bdd084c9b4c0 | |
| parent | bef264264c453e784131936881088142b1b8c862 (diff) | |
| download | rockbox-bfc73a132714b20dcfc1d59f636e94f21c3effcd.zip rockbox-bfc73a132714b20dcfc1d59f636e94f21c3effcd.tar.gz rockbox-bfc73a132714b20dcfc1d59f636e94f21c3effcd.tar.bz2 rockbox-bfc73a132714b20dcfc1d59f636e94f21c3effcd.tar.xz | |
Enable the pictureflow chapter for bitmapped hwcodec targets. Document controls as they are currently, correct 'Exit' menu item to 'Quit', add screenshot, also enable the album art section for them as it explains the requirements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20458 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/appendix.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/images/ss-pictureflow-112x64x1.png | bin | 0 -> 4265 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/pictureflow.tex | 12 |
4 files changed, 10 insertions, 6 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index b7ee15a..9aeadba 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex @@ -5,7 +5,7 @@ \input{appendix/wps_tags.tex} -\opt{swcodec}{\opt{tagcache}{ +\opt{lcd_bitmap}{\opt{tagcache}{ \input{appendix/album_art.tex} }} diff --git a/manual/plugins/images/ss-pictureflow-112x64x1.png b/manual/plugins/images/ss-pictureflow-112x64x1.png Binary files differnew file mode 100644 index 0000000..0c9cf72 --- /dev/null +++ b/manual/plugins/images/ss-pictureflow-112x64x1.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 04ded68..73cb0f4 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -102,7 +102,7 @@ text files% \opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}} -\opt{tagcache}{\opt{swcodec}{\input{plugins/pictureflow.tex}}} +\opt{tagcache}{\opt{lcd_bitmap}{\input{plugins/pictureflow.tex}}} \opt{lcd_bitmap}{\input{plugins/plasma.tex}} diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex index da7f872..e73e152 100644 --- a/manual/plugins/pictureflow.tex +++ b/manual/plugins/pictureflow.tex @@ -31,14 +31,16 @@ play music.} \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight & Scroll through albums\\} - \nopt{scrollwheel,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown + \nopt{scrollwheel,SANSA_C200_PAD,ONDIO_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown & Scroll through track list\\} \opt{SANSA_C200_PAD}{\ButtonUp & Scroll up through track list\\} - \nopt{IRIVER_H10_PAD}{\ButtonSelect} + \nopt{IRIVER_H10_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonRew} + \opt{RECORDER_PAD}{\ButtonPlay} + \opt{ONDIO_PAD}{\ButtonUp} & Switch between cover view and track list\\ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} @@ -47,9 +49,11 @@ play music.} \opt{IAUDIO_X5_PAD}{\ButtonRec} \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown} \opt{IRIVER_H10_PAD}{\ButtonFF} + \opt{RECORDER_PAD}{\ButtonFOne} + \opt{ONDIO_PAD}{\ButtonDown} & Enter / exit menu\\ - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD,% IRIVER_H10_PAD,MROBE_100_PAD}{\ButtonPower} \opt{GIGABEATS_PAD}{\ButtonBack} @@ -62,7 +66,7 @@ play music.} \begin{description} \item[Settings.] Enter the settings menu. \item[Return.] Exit menu. - \item[Exit.] Exit PictureFlow plugin. + \item[Quit.] Exit PictureFlow plugin. \end{description} \subsubsection{Settings Menu} |