Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets.

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

+19 -12
+19 -12
manual/plugins/lamp.tex
··· 4 4 You get an empty screen with maximum brightness. 5 5 \begin{btnmap} 6 6 \opt{lcd_color}{ 7 - \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 8 - ,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 9 - ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} 10 - {\ButtonLeft/\ButtonRight} 11 - \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight} 12 - \opt{HAVEREMOTEKEYMAP}{& } 13 - & Toggle between colours\\ 14 - Any ohter key 15 - \opt{HAVEREMOTEKEYMAP}{& } 16 - & Quit\\ 7 + \nopt{touchscreen}{\ButtonLeft{} / \ButtonRight}% 8 + \opt{touchscreen}{\TouchMidLeft{} / \TouchMidRight} 9 + & 10 + \opt{HAVEREMOTEKEYMAP}{ 11 + & } 12 + Toggle between colours 13 + \\ 14 + 15 + Any other key 16 + & 17 + \opt{HAVEREMOTEKEYMAP}{ 18 + & } 19 + Quit 20 + \\ 17 21 } 18 22 \nopt{lcd_color}{ 19 23 Any key 20 - \opt{HAVEREMOTEKEYMAP}{& } 21 - & Quit\\ 24 + & 25 + \opt{HAVEREMOTEKEYMAP}{ 26 + & } 27 + Quit 28 + \\ 22 29 } 23 30 \end{btnmap}