zenxfi2: add simulator defines and image

Change-Id: I87498ed09a952586cb84a44bc391b5a0aa149c2e
This commit is contained in:
Amaury Pouly 2013-01-15 21:57:00 +00:00
parent 5db5341deb
commit 1a5cda9075
3 changed files with 9 additions and 0 deletions

View file

@ -445,6 +445,13 @@
#define UI_LCD_POSX 43
#define UI_LCD_POSY 65
#elif defined(CREATIVE_ZENXFI2)
#define UI_TITLE "Creative ZEN X-Fi2"
#define UI_WIDTH 324 /* width of GUI window */
#define UI_HEIGHT 586 /* height of GUI window */
#define UI_LCD_POSX 42
#define UI_LCD_POSY 42
#elif defined(APPLICATION)
#define UI_TITLE "Rockbox"
#define UI_LCD_POSX 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

View file

@ -69,6 +69,8 @@ mpio-hd300.c
sansa-fuzeplus.c
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD
creative-zenxfi3.c
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
creative-zenxfi2.c
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
sansa-connect.c
#endif