mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add cleaned-up xDuoo X3 support
Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
This commit is contained in:
parent
b3e2bd619b
commit
0662793ca0
114 changed files with 17348 additions and 101 deletions
|
@ -508,6 +508,7 @@
|
|||
#define UI_LCD_POSX 46
|
||||
#define UI_LCD_POSY 40
|
||||
|
||||
<<<<<<< HEAD
|
||||
#elif defined(SONY_NWZA860)
|
||||
#define UI_TITLE "Sony NWZ-A860 Series"
|
||||
#define UI_WIDTH 390 /* width of GUI window */
|
||||
|
@ -521,6 +522,12 @@
|
|||
#define UI_HEIGHT 380
|
||||
#define UI_LCD_POSX 29
|
||||
#define UI_LCD_POSY 25
|
||||
#elif defined(XDUOO_X3)
|
||||
#define UI_TITLE "xDuoo X3"
|
||||
#define UI_WIDTH 192 /* width of GUI window */
|
||||
#define UI_HEIGHT 457 /* height of GUI window */
|
||||
#define UI_LCD_POSX 34
|
||||
#define UI_LCD_POSY 73
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue