mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue