From 80865f2440ee5850ba6b6688563b3fea0a6beda2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 2 Apr 2006 19:07:27 +0000 Subject: UI pictures for iPod mini 1G and 2G simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9435 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 313b29b469..5296e6dfa4 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -119,6 +119,18 @@ #define UI_LCD_WIDTH 160 #define UI_LCD_HEIGHT 128 +#elif defined(IPOD_MINI) || defined(IPOD_MINI2G) +#define UI_TITLE "iPod mini" +#define UI_WIDTH 191 /* width of GUI window */ +#define UI_HEIGHT 365 /* height of GUI window */ +#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_BLACK 0, 0, 0 /* black */ +#define UI_LCD_POSX 24 /* x position of lcd */ +#define UI_LCD_POSY 17 /* y position of lcd */ +#define UI_LCD_WIDTH 138 +#define UI_LCD_HEIGHT 110 + #elif defined(IPOD_COLOR) #define UI_TITLE "iPod Color" #define UI_WIDTH 261 /* width of GUI window */ -- cgit v1.2.3