diff options
author | William Wilgus <me.theuser@yahoo.com> | 2017-10-25 21:05:40 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2020-05-23 16:12:22 +0200 |
commit | 2244305335215d3166cdd8463c00b0ea8a0bb7a2 (patch) | |
tree | 1a8f69feb0646fcf3b1303cd111b0b55344aaa83 /uisimulator | |
parent | a8ae936f8c3faa7be028325fa30fe20c45812826 (diff) | |
download | rockbox-2244305335215d3166cdd8463c00b0ea8a0bb7a2.tar.gz rockbox-2244305335215d3166cdd8463c00b0ea8a0bb7a2.tar.bz2 rockbox-2244305335215d3166cdd8463c00b0ea8a0bb7a2.zip |
Sansa Clip+ Clip V1, V2 updated simulator images
Submitted on behalf of user CH23
https://imgur.com/a/L5sOj
Change-Id: I1b4c3639dfef158459bc5d6c8ccef2582ba30d5b
Diffstat (limited to 'uisimulator')
-rwxr-xr-x[-rw-r--r--] | uisimulator/bitmaps/UI-sansaclip.bmp | bin | 266554 -> 266638 bytes | |||
-rwxr-xr-x[-rw-r--r--] | uisimulator/bitmaps/UI-sansaclipplus.bmp | bin | 266554 -> 266638 bytes | |||
-rwxr-xr-x[-rw-r--r--] | uisimulator/bitmaps/UI-sansaclipv2.bmp | bin | 266554 -> 266638 bytes | |||
-rwxr-xr-x[-rw-r--r--] | uisimulator/buttonmap/sansa-clip.c | 17 |
4 files changed, 11 insertions, 6 deletions
diff --git a/uisimulator/bitmaps/UI-sansaclip.bmp b/uisimulator/bitmaps/UI-sansaclip.bmp Binary files differindex 597f3f9ede..33ee5375f8 100644..100755 --- a/uisimulator/bitmaps/UI-sansaclip.bmp +++ b/uisimulator/bitmaps/UI-sansaclip.bmp diff --git a/uisimulator/bitmaps/UI-sansaclipplus.bmp b/uisimulator/bitmaps/UI-sansaclipplus.bmp Binary files differindex b644391b5b..ab220fe419 100644..100755 --- a/uisimulator/bitmaps/UI-sansaclipplus.bmp +++ b/uisimulator/bitmaps/UI-sansaclipplus.bmp diff --git a/uisimulator/bitmaps/UI-sansaclipv2.bmp b/uisimulator/bitmaps/UI-sansaclipv2.bmp Binary files differindex 597f3f9ede..33ee5375f8 100644..100755 --- a/uisimulator/bitmaps/UI-sansaclipv2.bmp +++ b/uisimulator/bitmaps/UI-sansaclipv2.bmp 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[] = { }; #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 |