Add Creative ZEN simulator bitmap and button map

Change-Id: I15fad76fe48d9736be9e4cdbc9ae8fdc96cc9ac3
This commit is contained in:
Amaury Pouly 2013-11-07 18:41:57 +00:00
parent 357dd680b4
commit 59b1fbce36
4 changed files with 113 additions and 0 deletions

View file

@ -480,6 +480,13 @@
#define UI_LCD_POSX 36
#define UI_LCD_POSY 37
#elif defined(CREATIVE_ZEN)
#define UI_TITLE "Creative ZEN"
#define UI_WIDTH 520 /* width of GUI window */
#define UI_HEIGHT 340 /* height of GUI window */
#define UI_LCD_POSX 35
#define UI_LCD_POSY 36
#elif defined(SIMULATOR)
#error no UI defines
#endif