summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2012-03-08 19:06:21 +0100
committerPeter D'Hoye <peter.dhoye@gmail.com>2012-05-20 02:00:23 +0200
commit8b3d389f022c19e6be7cb8f6ae646c3c8aa3097f (patch)
tree6dfeb2ad3e5360e1f1eed859c1593095ccf67779 /firmware/target/hosted
parentf340768ad5210c875359e867353a1a73959a9da7 (diff)
downloadrockbox-8b3d389f022c19e6be7cb8f6ae646c3c8aa3097f.tar.gz
rockbox-8b3d389f022c19e6be7cb8f6ae646c3c8aa3097f.zip
Fuze+ simulator: update image with keys indication
1) Change the image with a clean one 2) add keymaps indication Change-Id: I0d3fff317406809523fb34282df058fe2e074a2c Reviewed-on: http://gerrit.rockbox.org/173 Reviewed-by: Peter D'Hoye <peter.dhoye@gmail.com> Tested-by: Peter D'Hoye <peter.dhoye@gmail.com>
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index 38e3b10441..b2b6fe9d1c 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -289,10 +289,10 @@
#elif defined(SANSA_FUZEPLUS)
#define UI_TITLE "Sansa Fuze+"
-#define UI_WIDTH 323 /* width of GUI window */
-#define UI_HEIGHT 595 /* height of GUI window */
-#define UI_LCD_POSX 44 /* x position of lcd */
-#define UI_LCD_POSY 47 /* y position of lcd */
+#define UI_WIDTH 322 /* width of GUI window */
+#define UI_HEIGHT 609 /* height of GUI window */
+#define UI_LCD_POSX 43 /* x position of lcd */
+#define UI_LCD_POSY 62 /* y position of lcd */
#elif defined(SANSA_FUZE) || defined(SANSA_FUZEV2)