summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/bitmaps/UI-creativezenxfistyle.bmpbin0 -> 522846 bytes
-rw-r--r--uisimulator/buttonmap/creative-zen.c13
2 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/bitmaps/UI-creativezenxfistyle.bmp b/uisimulator/bitmaps/UI-creativezenxfistyle.bmp
new file mode 100644
index 0000000000..df00f0b893
--- /dev/null
+++ b/uisimulator/bitmaps/UI-creativezenxfistyle.bmp
Binary files differ
diff --git a/uisimulator/buttonmap/creative-zen.c b/uisimulator/buttonmap/creative-zen.c
index e8f07b4e94..fa54aadb47 100644
--- a/uisimulator/buttonmap/creative-zen.c
+++ b/uisimulator/buttonmap/creative-zen.c
@@ -129,6 +129,19 @@ struct button_map bm[] = {
129 { SDLK_PAGEDOWN, 101, 313, 15, "Play" }, 129 { SDLK_PAGEDOWN, 101, 313, 15, "Play" },
130 { 0, 0, 0, 0, "None" } 130 { 0, 0, 0, 0, "None" }
131}; 131};
132#elif defined(CREATIVE_ZENXFISTYLE)
133struct button_map bm[] = {
134 { SDLK_LEFT, 437, 157, 13, "Left" },
135 { SDLK_RIGHT, 504, 157, 13, "Right" },
136 { SDLK_UP, 471, 125, 13, "Up" },
137 { SDLK_DOWN, 471, 192, 13, "Down" },
138 { SDLK_RETURN, 471, 157, 25, "Select" },
139 { SDLK_HOME, 447, 57, 15, "Back" },
140 { SDLK_PAGEUP, 495, 57, 15, "Menu" },
141 { SDLK_END, 447, 259, 15, "Shortcut" },
142 { SDLK_PAGEDOWN, 495, 259, 15, "Play" },
143 { 0, 0, 0, 0, "None" }
144};
132#else 145#else
133#error please define button map 146#error please define button map
134#endif 147#endif