zenxfi2: add simulator defines and image
Change-Id: I87498ed09a952586cb84a44bc391b5a0aa149c2e
This commit is contained in:
parent
5db5341deb
commit
1a5cda9075
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
BIN
uisimulator/bitmaps/UI-creativezenxfi2.bmp
Normal file
BIN
uisimulator/bitmaps/UI-creativezenxfi2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 556 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue