Actual M5 simulator image.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-03-05 18:36:17 +00:00
parent ec3f0d5e49
commit 4bd7531712
2 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Before After
Before After

View file

@ -191,19 +191,19 @@
#elif defined(IAUDIO_M5) #elif defined(IAUDIO_M5)
#define UI_TITLE "iAudio M5" #define UI_TITLE "iAudio M5"
#define UI_WIDTH 300 /* width of GUI window */ #define UI_WIDTH 374 /* width of GUI window */
#define UI_HEIGHT 558 /* height of GUI window */ #define UI_HEIGHT 650 /* height of GUI window */
/* high-colour */ /* high-colour */
#define UI_LCD_POSX 55 /* x position of lcd */ #define UI_LCD_POSX 82 /* x position of lcd */
#define UI_LCD_POSY 61 /* y position of lcd (74 for real aspect) */ #define UI_LCD_POSY 74 /* y position of lcd (74 for real aspect) */
#define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */ #define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */
#define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */ #define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */
#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */ #define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */ #define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
#define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */ #define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */
#define UI_REMOTE_BGCOLORLIGHT 130, 180, 250 /* bkgnd of remote lcd (bklight) */ #define UI_REMOTE_BGCOLORLIGHT 130, 180, 250 /* bkgnd of remote lcd (bklight) */
#define UI_REMOTE_POSX 12 /* x position of remote lcd */ #define UI_REMOTE_POSX 59 /* x position of remote lcd */
#define UI_REMOTE_POSY 462 /* y position of remote lcd */ #define UI_REMOTE_POSY 509 /* y position of remote lcd */
#define UI_REMOTE_WIDTH 128 #define UI_REMOTE_WIDTH 128
#define UI_REMOTE_HEIGHT 96 #define UI_REMOTE_HEIGHT 96