mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
HDD6330: add the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
93ac986867
commit
c8dfe0508e
4 changed files with 88 additions and 0 deletions
|
@ -333,6 +333,13 @@
|
|||
#define UI_LCD_POSX 143 /* x position of lcd */
|
||||
#define UI_LCD_POSY 27 /* y position of lcd */
|
||||
|
||||
#elif defined(PHILIPS_HDD6330)
|
||||
#define UI_TITLE "Philips GoGear HDD63X0"
|
||||
#define UI_WIDTH 400 /* width of GUI window */
|
||||
#define UI_HEIGHT 614 /* height of GUI window */
|
||||
#define UI_LCD_POSX 89 /* x position of lcd */
|
||||
#define UI_LCD_POSY 113 /* y position of lcd */
|
||||
|
||||
#elif defined(SANSA_M200V4)
|
||||
#define UI_TITLE "sansa m200v4"
|
||||
#define UI_WIDTH 350 /* width of GUI window */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue