summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]uisimulator/bitmaps/UI-sansaclip.bmpbin266554 -> 266638 bytes
-rwxr-xr-x[-rw-r--r--]uisimulator/bitmaps/UI-sansaclipplus.bmpbin266554 -> 266638 bytes
-rwxr-xr-x[-rw-r--r--]uisimulator/bitmaps/UI-sansaclipv2.bmpbin266554 -> 266638 bytes
-rwxr-xr-x[-rw-r--r--]uisimulator/buttonmap/sansa-clip.c17
4 files changed, 11 insertions, 6 deletions
diff --git a/uisimulator/bitmaps/UI-sansaclip.bmp b/uisimulator/bitmaps/UI-sansaclip.bmp
index 597f3f9ede..33ee5375f8 100644..100755
--- a/uisimulator/bitmaps/UI-sansaclip.bmp
+++ b/uisimulator/bitmaps/UI-sansaclip.bmp
Binary files differ
diff --git a/uisimulator/bitmaps/UI-sansaclipplus.bmp b/uisimulator/bitmaps/UI-sansaclipplus.bmp
index b644391b5b..ab220fe419 100644..100755
--- a/uisimulator/bitmaps/UI-sansaclipplus.bmp
+++ b/uisimulator/bitmaps/UI-sansaclipplus.bmp
Binary files differ
diff --git a/uisimulator/bitmaps/UI-sansaclipv2.bmp b/uisimulator/bitmaps/UI-sansaclipv2.bmp
index 597f3f9ede..33ee5375f8 100644..100755
--- a/uisimulator/bitmaps/UI-sansaclipv2.bmp
+++ b/uisimulator/bitmaps/UI-sansaclipv2.bmp
Binary files differ
diff --git a/uisimulator/buttonmap/sansa-clip.c b/uisimulator/buttonmap/sansa-clip.c
index e6136a4224..8a2ca9f3ca 100644..100755
--- a/uisimulator/buttonmap/sansa-clip.c
+++ b/uisimulator/buttonmap/sansa-clip.c
@@ -82,12 +82,17 @@ struct button_map bm[] = {
82}; 82};
83#else 83#else
84struct button_map bm[] = { 84struct button_map bm[] = {
85 { SDLK_KP_MULTIPLY, 165, 158, 17, "Home" }, 85 { SDLK_KP_MULTIPLY, 166, 158, 12, "Home" },
86 { SDLK_KP5, 102, 230, 29, "Select" }, 86 { SDLK_KP5, 101, 233, 19, "Select" },
87 { SDLK_KP8, 100, 179, 25, "Play" }, 87 /* multiple entries allow rectangular regions */
88 { SDLK_KP4, 53, 231, 21, "Left" }, 88 { SDLK_KP8, 98, 194, 19, "Play" },
89 { SDLK_KP6, 147, 232, 19, "Right" }, 89 { SDLK_KP8, 104, 194, 19, "Play" },
90 { SDLK_KP2, 105, 275, 22, "Menu" }, 90 { SDLK_KP4, 62, 230, 19, "Left" },
91 { SDLK_KP4, 62, 236, 19, "Left" },
92 { SDLK_KP6, 140, 230, 19, "Right" },
93 { SDLK_KP6, 140, 236, 19, "Right" },
94 { SDLK_KP2, 98, 272, 19, "Menu" },
95 { SDLK_KP2, 104, 272, 19, "Menu" },
91 { 0, 0, 0, 0, "None" } 96 { 0, 0, 0, 0, "None" }
92}; 97};
93#endif 98#endif