summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/bitmaps/UI-fiiom3k.bmpbin676310 -> 919294 bytes
-rw-r--r--uisimulator/buttonmap/fiio-m3k.c22
2 files changed, 11 insertions, 11 deletions
diff --git a/uisimulator/bitmaps/UI-fiiom3k.bmp b/uisimulator/bitmaps/UI-fiiom3k.bmp
index 118424ef5f..bb168000f2 100644
--- a/uisimulator/bitmaps/UI-fiiom3k.bmp
+++ b/uisimulator/bitmaps/UI-fiiom3k.bmp
Binary files differ
diff --git a/uisimulator/buttonmap/fiio-m3k.c b/uisimulator/buttonmap/fiio-m3k.c
index 82a2ab0bb5..45d0ab6ae6 100644
--- a/uisimulator/buttonmap/fiio-m3k.c
+++ b/uisimulator/buttonmap/fiio-m3k.c
@@ -84,16 +84,16 @@ int key_to_button(int keyboard_button)
84} 84}
85 85
86struct button_map bm[] = { 86struct button_map bm[] = {
87 { SDLK_ESCAPE, 12, 55, 15, "Power" }, 87 { SDLK_ESCAPE, 14, 64, 15, "Power" },
88 { SDLK_KP_MINUS, 12, 188, 15, "Volume -" }, 88 { SDLK_KP_MINUS, 14, 220, 15, "Volume -" },
89 { SDLK_KP_PLUS, 12, 125, 15, "Volume +" }, 89 { SDLK_KP_PLUS, 14, 140, 15, "Volume +" },
90 { SDLK_SPACE, 12, 255, 15, "Play" }, 90 { SDLK_SPACE, 14, 300, 15, "Play" },
91 { SDLK_UP, 146, 394, 20, "Up" }, 91 { SDLK_UP, 170, 445, 25, "Up" },
92 { SDLK_RETURN, 146, 438, 20, "Select" }, 92 { SDLK_RETURN, 170, 520, 25, "Select" },
93 { SDLK_DOWN, 146, 510, 20, "Down" }, 93 { SDLK_DOWN, 170, 600, 25, "Down" },
94 { SDLK_INSERT, 68, 368, 20, "Menu" }, 94 { SDLK_INSERT, 79, 428, 25, "Menu" },
95 { SDLK_LEFT, 68, 532, 20, "Left" }, 95 { SDLK_LEFT, 79, 621, 25, "Left" },
96 { SDLK_RIGHT, 224, 532, 20, "Right" }, 96 { SDLK_RIGHT, 260, 621, 25, "Right" },
97 { SDLK_BACKSPACE, 224, 368, 20, "Back" }, 97 { SDLK_BACKSPACE, 260, 428, 25, "Back" },
98 { 0, 0, 0, 0, "None" } 98 { 0, 0, 0, 0, "None" }
99}; 99};