summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-05 18:36:17 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-05 18:36:17 +0000
commit4bd7531712f026f12109c7798bbd9a4bf6f0f4b7 (patch)
treef8a717f1c3b04bbb2f44036bcaeee2bead7de127 /uisimulator
parentec3f0d5e490ec51d79b674ed6d4aedf88dfaae2c (diff)
downloadrockbox-4bd7531712f026f12109c7798bbd9a4bf6f0f4b7.tar.gz
rockbox-4bd7531712f026f12109c7798bbd9a4bf6f0f4b7.zip
Actual M5 simulator image.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12625 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/sdl/UI-m5.bmpbin415856 -> 245480 bytes
-rw-r--r--uisimulator/sdl/uisdl.h12
2 files changed, 6 insertions, 6 deletions
diff --git a/uisimulator/sdl/UI-m5.bmp b/uisimulator/sdl/UI-m5.bmp
index 18bdf9a512..b2d4d0620e 100644
--- a/uisimulator/sdl/UI-m5.bmp
+++ b/uisimulator/sdl/UI-m5.bmp
Binary files differ
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index a0551f1201..93305b0a7c 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -191,19 +191,19 @@
#elif defined(IAUDIO_M5)
#define UI_TITLE "iAudio M5"
-#define UI_WIDTH 300 /* width of GUI window */
-#define UI_HEIGHT 558 /* height of GUI window */
+#define UI_WIDTH 374 /* width of GUI window */
+#define UI_HEIGHT 650 /* height of GUI window */
/* high-colour */
-#define UI_LCD_POSX 55 /* x position of lcd */
-#define UI_LCD_POSY 61 /* y position of lcd (74 for real aspect) */
+#define UI_LCD_POSX 82 /* x position of lcd */
+#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_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */
#define UI_LCD_WIDTH LCD_WIDTH /* * 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_BGCOLORLIGHT 130, 180, 250 /* bkgnd of remote lcd (bklight) */
-#define UI_REMOTE_POSX 12 /* x position of remote lcd */
-#define UI_REMOTE_POSY 462 /* y position of remote lcd */
+#define UI_REMOTE_POSX 59 /* x position of remote lcd */
+#define UI_REMOTE_POSY 509 /* y position of remote lcd */
#define UI_REMOTE_WIDTH 128
#define UI_REMOTE_HEIGHT 96