From a5c1ee5cf1b12b419c28ed11df70d3d108a723f8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 14 Oct 2009 21:40:28 +0000 Subject: Working Nano2G UI sim. UI-ipodnano2g.bmp courtesy of Marianne Arnold, based on her SVG for the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23176 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index a14c453c61..8e60735d05 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -118,10 +118,10 @@ #elif defined(IPOD_NANO2G) #define UI_TITLE "iPod Nano 2G" -#define UI_WIDTH 199 /* width of GUI window */ -#define UI_HEIGHT 421 /* height of GUI window */ -#define UI_LCD_POSX 13 /* x position of lcd */ -#define UI_LCD_POSY 14 /* y position of lcd */ +#define UI_WIDTH 235 /* width of GUI window */ +#define UI_HEIGHT 537 /* height of GUI window */ +#define UI_LCD_POSX 29 /* x position of lcd */ +#define UI_LCD_POSY 33 /* y position of lcd */ #elif defined(IPOD_VIDEO) #define UI_TITLE "iPod Video" -- cgit v1.2.3