From 49a0a945ac5ee6598a2ff15c3b806e5fa0a727be Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 22 Nov 2005 01:15:31 +0000 Subject: Win32 simulator now supports iPod Color. Fixed screendump() to correctly work for iPod simulators on big endian machines. Removed duplicate button definitions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8035 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/uisw32.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'uisimulator/win32/uisw32.h') diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h index 7cbaa6ce47..af4a08ef95 100644 --- a/uisimulator/win32/uisw32.h +++ b/uisimulator/win32/uisw32.h @@ -109,6 +109,16 @@ typedef unsigned short wchar_t; #define UI_REMOTE_WIDTH 128 #define UI_REMOTE_HEIGHT 64 +#elif defined(IPOD_COLOR) +#define UI_TITLE "iPod Color" +#define UI_WIDTH 261 // width of GUI window +#define UI_HEIGHT 493 // height of GUI window +/* high-colour */ +#define UI_LCD_POSX 21 // x position of lcd +#define UI_LCD_POSY 16 // y position of lcd +#define UI_LCD_WIDTH 220 +#define UI_LCD_HEIGHT 176 + #elif defined(ARCHOS_GMINI120) #define UI_TITLE "Gmini 120" #define UI_WIDTH 370 // width of GUI window -- cgit v1.2.3