A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Add buttonmap and x5 screenshot for cube plugin


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10019 a1c6a512-1295-4272-9138-f99709370657

+40 -3
+39 -2
manual/plugins/cube.tex
··· 1 1 \subsection{Cube} 2 2 \screenshot{plugins/images/ss-cube}{Cube}{img:cube} 3 - 4 3 This is a rotating cube screen saver in 3D. 5 - To see it at full speed, press PLAY and it will run at maximum frame rate. Also you can change the size of the x, y and z axis using LEFT, RIGHT, UP, DOWN, F1 and F2. 4 + \begin{table} 5 + \begin{btnmap}{}{} 6 + \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} 7 + \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 8 + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 9 + \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay} 10 + \opt{IAUDIO_X5_PAD}{\ButtonRec} 11 + & Display at maximum frame rate\\ 12 + \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 13 + \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 14 + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 15 + & Pause\\ 16 + \opt{PLAYER_PAD,ONDIO_PAD}{\ButtonMenu} 17 + \opt{RECORDER_PAD}{\ButtonFThree} 18 + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 19 + \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} 20 + \opt{IAUDIO_X5_PAD}{\ButtonSelect} 21 + & Cycle draw mode\\ 22 + \ButtonRight/\ButtonLeft 23 + & Increase / decrease x axis\\ 24 + \opt{PLAYER_PAD}{\ButtonOn+ \ButtonRight/\ButtonLeft} 25 + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} 26 + {\ButtonUp/\ButtonDown} 27 + \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} 28 + & Increase / decrease y axis\\ 29 + \opt{PLAYER_PAD}{\ButtonMenu+ \ButtonRight/\ButtonLeft} 30 + \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonFOne} 31 + \opt{ONDIO_PAD}{\ButtonMenu+ \ButtonUp/\ButtonDown} 32 + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+ \ButtonUp/\ButtonDown} 33 + \opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonRight/\ButtonLeft} 34 + \opt{IAUDIO_X5_PAD}{\ButtonPlay+ \ButtonUp/\ButtonDown} 35 + & Increase / decrease z axis\\ 36 + \opt{PLAYER_PAD}{\ButtonStop} 37 + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 38 + \opt{IPOD_4G_PAD}{\ButtonMenu} 39 + \opt{IAUDIO_X5_PAD}{\ButtonPower} 40 + & Quit\\ 41 + \end{btnmap} 42 + \end{table}
manual/plugins/images/ss-cube-160x128x16.png

This is a binary file and will not be displayed.

+1 -1
manual/plugins/main.tex
··· 70 70 71 71 {\input{plugins/credits.tex}} 72 72 73 - \opt{player,recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD}{\input{plugins/cube.tex}} 73 + {\input{plugins/cube.tex}} 74 74 75 75 \opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}} 76 76