diff options
-rw-r--r-- | docs/CREDITS | 1 | ||||
-rw-r--r-- | uisimulator/sdl/UI-ipodvideo.bmp | bin | 0 -> 209110 bytes | |||
-rw-r--r-- | uisimulator/sdl/uisdl.h | 8 |
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 5958d60458..4687c08b52 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -172,3 +172,4 @@ Dominik Wenger Henrico Witvliet Andrew Scott Miguel A. Arévalo +Aaron F. Gonzalez diff --git a/uisimulator/sdl/UI-ipodvideo.bmp b/uisimulator/sdl/UI-ipodvideo.bmp Binary files differnew file mode 100644 index 0000000000..5ad67aeb5d --- /dev/null +++ b/uisimulator/sdl/UI-ipodvideo.bmp 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 @@ #elif defined(IPOD_VIDEO) #define UI_TITLE "iPod Video" -#define UI_WIDTH 320 // width of GUI window -#define UI_HEIGHT 240 // height of GUI window +#define UI_WIDTH 350 // width of GUI window +#define UI_HEIGHT 591 // height of GUI window /* high-colour */ -#define UI_LCD_POSX 0 // x position of lcd -#define UI_LCD_POSY 0 // y position of lcd +#define UI_LCD_POSX 14 // x position of lcd +#define UI_LCD_POSY 12 // y position of lcd #define UI_LCD_WIDTH 320 #define UI_LCD_HEIGHT 240 |