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.

Simulator ClipZip ClipPlus add power and volume buttons

Change-Id: I6c7997f436bd0d7f5c0421489823d481b0396eea

+9
uisimulator/bitmaps/UI-sansaclipplus.bmp

This is a binary file and will not be displayed.

uisimulator/bitmaps/UI-sansaclipzip.bmp

This is a binary file and will not be displayed.

+9
uisimulator/buttonmap/sansa-clip.c
··· 78 78 { SDLK_KP_4, 32, 211, 14, "Left" }, 79 79 { SDLK_KP_6, 112, 211, 14, "Right" }, 80 80 { SDLK_KP_2, 81, 231, 14, "Menu" }, 81 + { SDLK_PAGEUP, 1, 70, 10, "Vol+" }, 82 + { SDLK_PAGEDOWN, 1, 130, 10, "Vol-" }, 83 + { SDLK_ESCAPE, 81, 1, 10, "Power" }, 84 + 81 85 { 0, 0, 0, 0, "None" } 82 86 }; 83 87 #else ··· 93 97 { SDLK_KP_6, 140, 236, 19, "Right" }, 94 98 { SDLK_KP_2, 98, 272, 19, "Menu" }, 95 99 { SDLK_KP_2, 104, 272, 19, "Menu" }, 100 + #ifdef SANSA_CLIPPLUS 101 + { SDLK_PAGEUP, 1, 95, 10, "Vol+" }, 102 + { SDLK_PAGEDOWN, 1, 155, 10, "Vol-" }, 103 + { SDLK_ESCAPE, 150, 1, 10, "Power" }, 104 + #endif 96 105 { 0, 0, 0, 0, "None" } 97 106 }; 98 107 #endif