forked from len0rd/rockbox
zenxfistyle: add simulator bitmap and button map
Change-Id: I68a107887e6b1563b6c5ab425e98be7e012e7976
This commit is contained in:
parent
db392245e2
commit
cefaa46573
3 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue