mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
This commit is contained in:
parent
bef264264c
commit
bfc73a1327
4 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
\input{appendix/wps_tags.tex}
|
\input{appendix/wps_tags.tex}
|
||||||
|
|
||||||
\opt{swcodec}{\opt{tagcache}{
|
\opt{lcd_bitmap}{\opt{tagcache}{
|
||||||
\input{appendix/album_art.tex}
|
\input{appendix/album_art.tex}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
BIN
manual/plugins/images/ss-pictureflow-112x64x1.png
Normal file
BIN
manual/plugins/images/ss-pictureflow-112x64x1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -102,7 +102,7 @@ text files%
|
||||||
|
|
||||||
\opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}}
|
\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}}
|
\opt{lcd_bitmap}{\input{plugins/plasma.tex}}
|
||||||
|
|
||||||
|
|
|
@ -31,14 +31,16 @@ play music.}
|
||||||
\nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
|
\nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
|
||||||
& Scroll through albums\\}
|
& 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\\}
|
& Scroll through track list\\}
|
||||||
|
|
||||||
\opt{SANSA_C200_PAD}{\ButtonUp
|
\opt{SANSA_C200_PAD}{\ButtonUp
|
||||||
& Scroll up through track list\\}
|
& 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{IRIVER_H10_PAD}{\ButtonRew}
|
||||||
|
\opt{RECORDER_PAD}{\ButtonPlay}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonUp}
|
||||||
& Switch between cover view and track list\\
|
& Switch between cover view and track list\\
|
||||||
|
|
||||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
|
||||||
|
@ -47,9 +49,11 @@ play music.}
|
||||||
\opt{IAUDIO_X5_PAD}{\ButtonRec}
|
\opt{IAUDIO_X5_PAD}{\ButtonRec}
|
||||||
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
|
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
|
||||||
\opt{IRIVER_H10_PAD}{\ButtonFF}
|
\opt{IRIVER_H10_PAD}{\ButtonFF}
|
||||||
|
\opt{RECORDER_PAD}{\ButtonFOne}
|
||||||
|
\opt{ONDIO_PAD}{\ButtonDown}
|
||||||
& Enter / exit menu\\
|
& 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,%
|
\opt{IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD,%
|
||||||
IRIVER_H10_PAD,MROBE_100_PAD}{\ButtonPower}
|
IRIVER_H10_PAD,MROBE_100_PAD}{\ButtonPower}
|
||||||
\opt{GIGABEATS_PAD}{\ButtonBack}
|
\opt{GIGABEATS_PAD}{\ButtonBack}
|
||||||
|
@ -62,7 +66,7 @@ play music.}
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Settings.] Enter the settings menu.
|
\item[Settings.] Enter the settings menu.
|
||||||
\item[Return.] Exit menu.
|
\item[Return.] Exit menu.
|
||||||
\item[Exit.] Exit PictureFlow plugin.
|
\item[Quit.] Exit PictureFlow plugin.
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
\subsubsection{Settings Menu}
|
\subsubsection{Settings Menu}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue