diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 19:07:27 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 19:07:27 +0000 |
commit | 80865f2440ee5850ba6b6688563b3fea0a6beda2 (patch) | |
tree | 74d52ac66afa8e972584d6ad0fd21986b7f080f1 /uisimulator/sdl | |
parent | 0049299f86b3954bcf981e406b4b904429248498 (diff) | |
download | rockbox-80865f2440ee5850ba6b6688563b3fea0a6beda2.tar.gz rockbox-80865f2440ee5850ba6b6688563b3fea0a6beda2.zip |
UI pictures for iPod mini 1G and 2G simulators.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9435 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl')
-rwxr-xr-x | uisimulator/sdl/UI-ipodmini.bmp | bin | 0 -> 71160 bytes | |||
-rwxr-xr-x | uisimulator/sdl/UI-ipodmini2g.bmp | bin | 0 -> 71160 bytes | |||
-rw-r--r-- | uisimulator/sdl/uisdl.h | 12 |
3 files changed, 12 insertions, 0 deletions
diff --git a/uisimulator/sdl/UI-ipodmini.bmp b/uisimulator/sdl/UI-ipodmini.bmp Binary files differnew file mode 100755 index 0000000000..5ea87b2d94 --- /dev/null +++ b/uisimulator/sdl/UI-ipodmini.bmp diff --git a/uisimulator/sdl/UI-ipodmini2g.bmp b/uisimulator/sdl/UI-ipodmini2g.bmp Binary files differnew file mode 100755 index 0000000000..5ea87b2d94 --- /dev/null +++ b/uisimulator/sdl/UI-ipodmini2g.bmp 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 */ |