summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-02 19:07:27 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-02 19:07:27 +0000
commit80865f2440ee5850ba6b6688563b3fea0a6beda2 (patch)
tree74d52ac66afa8e972584d6ad0fd21986b7f080f1
parent0049299f86b3954bcf981e406b4b904429248498 (diff)
downloadrockbox-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
-rwxr-xr-xuisimulator/sdl/UI-ipodmini.bmpbin0 -> 71160 bytes
-rwxr-xr-xuisimulator/sdl/UI-ipodmini2g.bmpbin0 -> 71160 bytes
-rw-r--r--uisimulator/sdl/uisdl.h12
3 files changed, 12 insertions, 0 deletions
diff --git a/uisimulator/sdl/UI-ipodmini.bmp b/uisimulator/sdl/UI-ipodmini.bmp
new file mode 100755
index 0000000000..5ea87b2d94
--- /dev/null
+++ b/uisimulator/sdl/UI-ipodmini.bmp
Binary files differ
diff --git a/uisimulator/sdl/UI-ipodmini2g.bmp b/uisimulator/sdl/UI-ipodmini2g.bmp
new file mode 100755
index 0000000000..5ea87b2d94
--- /dev/null
+++ b/uisimulator/sdl/UI-ipodmini2g.bmp
Binary files differ
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 @@
119#define UI_LCD_WIDTH 160 119#define UI_LCD_WIDTH 160
120#define UI_LCD_HEIGHT 128 120#define UI_LCD_HEIGHT 128
121 121
122#elif defined(IPOD_MINI) || defined(IPOD_MINI2G)
123#define UI_TITLE "iPod mini"
124#define UI_WIDTH 191 /* width of GUI window */
125#define UI_HEIGHT 365 /* height of GUI window */
126#define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */
127#define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */
128#define UI_LCD_BLACK 0, 0, 0 /* black */
129#define UI_LCD_POSX 24 /* x position of lcd */
130#define UI_LCD_POSY 17 /* y position of lcd */
131#define UI_LCD_WIDTH 138
132#define UI_LCD_HEIGHT 110
133
122#elif defined(IPOD_COLOR) 134#elif defined(IPOD_COLOR)
123#define UI_TITLE "iPod Color" 135#define UI_TITLE "iPod Color"
124#define UI_WIDTH 261 /* width of GUI window */ 136#define UI_WIDTH 261 /* width of GUI window */