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>
This commit is contained in:
Jean-Louis Biasini 2012-03-08 19:06:21 +01:00 committed by Peter D'Hoye
parent f340768ad5
commit 8b3d389f02
2 changed files with 4 additions and 4 deletions

View File

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 768 KiB