From 681bd70b4f32a42cae128fbbb046a7e97e3f1a51 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Thu, 23 Feb 2006 21:50:34 +0000 Subject: Add iPod Video sim background contributed by aaronfg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8819 a1c6a512-1295-4272-9138-f99709370657 --- docs/CREDITS | 1 + uisimulator/sdl/UI-ipodvideo.bmp | Bin 0 -> 209110 bytes uisimulator/sdl/uisdl.h | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 uisimulator/sdl/UI-ipodvideo.bmp 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 new file mode 100644 index 0000000000..5ad67aeb5d Binary files /dev/null and b/uisimulator/sdl/UI-ipodvideo.bmp 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 @@ #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 -- cgit v1.2.3