diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-08-05 20:43:54 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-05 20:43:54 +0000 |
commit | 729b25c326f942953e15e8e328c7e5eff07f9701 (patch) | |
tree | e5cdb66da9d894d8b8c437bbf8bdddbe43f6cf1e /uisimulator/sdl/uisdl.h | |
parent | 5fee03c1287d0e6981e8da0ce05b8a6f70c53b2e (diff) |
Added iPod 1st/2nd gen simulator bits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r-- | uisimulator/sdl/uisdl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 93305b0a7c..38bfdce429 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -107,6 +107,18 @@ #define UI_REMOTE_WIDTH 128 #define UI_REMOTE_HEIGHT 64 +#elif defined(IPOD_1G2G) +#define UI_TITLE "iPod 1G/2G" +#define UI_WIDTH 224 /* width of GUI window */ +#define UI_HEIGHT 382 /* height of GUI window */ +#define UI_LCD_BGCOLOR 100, 135, 100 /* bkgnd color of LCD (no backlight) */ +#define UI_LCD_BGCOLORLIGHT 223, 216, 255 /* bkgnd color of LCD (backlight) */ +#define UI_LCD_BLACK 0, 0, 0 /* black */ +#define UI_LCD_POSX 32 /* x position of lcd */ +#define UI_LCD_POSY 12 /* y position of lcd */ +#define UI_LCD_WIDTH 160 +#define UI_LCD_HEIGHT 128 + #elif defined(IPOD_3G) #define UI_TITLE "iPod 3G" #define UI_WIDTH 218 /* width of GUI window */ |