diff options
author | Dan Everton <dan@iocaine.org> | 2006-02-23 21:50:34 +0000 |
---|---|---|
committer | Dan Everton <dan@iocaine.org> | 2006-02-23 21:50:34 +0000 |
commit | 681bd70b4f32a42cae128fbbb046a7e97e3f1a51 (patch) | |
tree | caaeb453ff1d424b92ffbc94df502326f8bf3708 /uisimulator/sdl | |
parent | 581b0f1d437ee90952e199cd602e2d1ea76e9555 (diff) | |
download | rockbox-681bd70b4f32a42cae128fbbb046a7e97e3f1a51.tar.gz rockbox-681bd70b4f32a42cae128fbbb046a7e97e3f1a51.zip |
Add iPod Video sim background contributed by aaronfg.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8819 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl')
-rw-r--r-- | uisimulator/sdl/UI-ipodvideo.bmp | bin | 0 -> 209110 bytes | |||
-rw-r--r-- | uisimulator/sdl/uisdl.h | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/sdl/UI-ipodvideo.bmp b/uisimulator/sdl/UI-ipodvideo.bmp new file mode 100644 index 0000000000..5ad67aeb5d --- /dev/null +++ b/uisimulator/sdl/UI-ipodvideo.bmp | |||
Binary files differ | |||
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 98e72aadfe..800a7f8ab6 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h | |||
@@ -141,11 +141,11 @@ | |||
141 | 141 | ||
142 | #elif defined(IPOD_VIDEO) | 142 | #elif defined(IPOD_VIDEO) |
143 | #define UI_TITLE "iPod Video" | 143 | #define UI_TITLE "iPod Video" |
144 | #define UI_WIDTH 320 // width of GUI window | 144 | #define UI_WIDTH 350 // width of GUI window |
145 | #define UI_HEIGHT 240 // height of GUI window | 145 | #define UI_HEIGHT 591 // height of GUI window |
146 | /* high-colour */ | 146 | /* high-colour */ |
147 | #define UI_LCD_POSX 0 // x position of lcd | 147 | #define UI_LCD_POSX 14 // x position of lcd |
148 | #define UI_LCD_POSY 0 // y position of lcd | 148 | #define UI_LCD_POSY 12 // y position of lcd |
149 | #define UI_LCD_WIDTH 320 | 149 | #define UI_LCD_WIDTH 320 |
150 | #define UI_LCD_HEIGHT 240 | 150 | #define UI_LCD_HEIGHT 240 |
151 | 151 | ||