forked from len0rd/rockbox
zenmozaic: add keymap and bitmap for simulator
Change-Id: I1be76d5b82ef585d2146d12aacad456071341827
This commit is contained in:
parent
0c2ebbb2cf
commit
6979a5b63c
3 changed files with 29 additions and 15 deletions
|
|
@ -494,6 +494,13 @@
|
|||
#define UI_LCD_POSX 32
|
||||
#define UI_LCD_POSY 33
|
||||
|
||||
#elif defined(CREATIVE_ZENMOZAIC)
|
||||
#define UI_TITLE "Creative ZEN Mozaic"
|
||||
#define UI_WIDTH 184 /* width of GUI window */
|
||||
#define UI_HEIGHT 366/* height of GUI window */
|
||||
#define UI_LCD_POSX 27
|
||||
#define UI_LCD_POSY 48
|
||||
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue