summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/sdl
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 22:10:22 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 22:10:22 +0100
commitcefaa46573c487a38a7025c737a46fcecc76db4e (patch)
tree39dfd758aaf8cf067294de975db9cd209f07d432 /firmware/target/hosted/sdl
parentdb392245e2524085bbfb67b09fa1e6634752c529 (diff)
downloadrockbox-cefaa46573c487a38a7025c737a46fcecc76db4e.tar.gz
rockbox-cefaa46573c487a38a7025c737a46fcecc76db4e.zip
zenxfistyle: add simulator bitmap and button map
Change-Id: I68a107887e6b1563b6c5ab425e98be7e012e7976
Diffstat (limited to 'firmware/target/hosted/sdl')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index f65e1b7da7..8f2a112cf9 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -501,6 +501,13 @@
#define UI_LCD_POSX 27
#define UI_LCD_POSY 48
+#elif defined(CREATIVE_ZENXFISTYLE)
+#define UI_TITLE "Creative ZEN X-Fi Style"
+#define UI_WIDTH 548 /* width of GUI window */
+#define UI_HEIGHT 318/* height of GUI window */
+#define UI_LCD_POSX 46
+#define UI_LCD_POSY 40
+
#elif defined(SIMULATOR)
#error no UI defines
#endif