mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Sansa Clip+ Clip V1, V2 updated simulator images
Submitted on behalf of user CH23 https://imgur.com/a/L5sOj Change-Id: I1b4c3639dfef158459bc5d6c8ccef2582ba30d5b
This commit is contained in:
parent
a8ae936f8c
commit
2244305335
4 changed files with 11 additions and 6 deletions
BIN
uisimulator/bitmaps/UI-sansaclip.bmp
Normal file → Executable file
BIN
uisimulator/bitmaps/UI-sansaclip.bmp
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
BIN
uisimulator/bitmaps/UI-sansaclipplus.bmp
Normal file → Executable file
BIN
uisimulator/bitmaps/UI-sansaclipplus.bmp
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
BIN
uisimulator/bitmaps/UI-sansaclipv2.bmp
Normal file → Executable file
BIN
uisimulator/bitmaps/UI-sansaclipv2.bmp
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
17
uisimulator/buttonmap/sansa-clip.c
Normal file → Executable file
17
uisimulator/buttonmap/sansa-clip.c
Normal file → Executable file
|
@ -82,12 +82,17 @@ struct button_map bm[] = {
|
|||
};
|
||||
#else
|
||||
struct button_map bm[] = {
|
||||
{ SDLK_KP_MULTIPLY, 165, 158, 17, "Home" },
|
||||
{ SDLK_KP5, 102, 230, 29, "Select" },
|
||||
{ SDLK_KP8, 100, 179, 25, "Play" },
|
||||
{ SDLK_KP4, 53, 231, 21, "Left" },
|
||||
{ SDLK_KP6, 147, 232, 19, "Right" },
|
||||
{ SDLK_KP2, 105, 275, 22, "Menu" },
|
||||
{ SDLK_KP_MULTIPLY, 166, 158, 12, "Home" },
|
||||
{ SDLK_KP5, 101, 233, 19, "Select" },
|
||||
/* multiple entries allow rectangular regions */
|
||||
{ SDLK_KP8, 98, 194, 19, "Play" },
|
||||
{ SDLK_KP8, 104, 194, 19, "Play" },
|
||||
{ SDLK_KP4, 62, 230, 19, "Left" },
|
||||
{ SDLK_KP4, 62, 236, 19, "Left" },
|
||||
{ SDLK_KP6, 140, 230, 19, "Right" },
|
||||
{ SDLK_KP6, 140, 236, 19, "Right" },
|
||||
{ SDLK_KP2, 98, 272, 19, "Menu" },
|
||||
{ SDLK_KP2, 104, 272, 19, "Menu" },
|
||||
{ 0, 0, 0, 0, "None" }
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue