forked from len0rd/rockbox
Initial commit for the Creative ZEN X-Fi2 and X-Fi3 ports
These are really similar devices so one commit for both is ok. Change-Id: I8bd1d3fef1eb6d00aaadfb7af56c771f62d0c9c3
This commit is contained in:
parent
e09c1e3d43
commit
12c64a4b79
44 changed files with 3424 additions and 26 deletions
|
@ -431,6 +431,13 @@
|
|||
#define UI_LCD_POSX 68
|
||||
#define UI_LCD_POSY 77
|
||||
|
||||
#elif defined(CREATIVE_ZENXFI3)
|
||||
#define UI_TITLE "Creative ZEN X-Fi3"
|
||||
#define UI_WIDTH 262 /* width of GUI window */
|
||||
#define UI_HEIGHT 350 /* height of GUI window */
|
||||
#define UI_LCD_POSX 43
|
||||
#define UI_LCD_POSY 65
|
||||
|
||||
#elif defined(APPLICATION)
|
||||
#define UI_TITLE "Rockbox"
|
||||
#define UI_LCD_POSX 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue