From 939417509142d0147926a706dd7ea64fd11af030 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 4 Feb 2006 22:37:44 +0000 Subject: Added iAudio X5 SDl sim image git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8566 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/UI-x5.bmp | Bin 0 -> 415856 bytes uisimulator/sdl/uisdl.h | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 uisimulator/sdl/UI-x5.bmp (limited to 'uisimulator') diff --git a/uisimulator/sdl/UI-x5.bmp b/uisimulator/sdl/UI-x5.bmp new file mode 100644 index 0000000000..18bdf9a512 Binary files /dev/null and b/uisimulator/sdl/UI-x5.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 02b21a075b..9c4d0ad5ff 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -139,6 +139,25 @@ #define UI_LCD_WIDTH 192 // * 1.5 #define UI_LCD_HEIGHT 96 // * 1.5 + +#elif defined(IAUDIO_X5) +#define UI_TITLE "iAudio X5" +#define UI_WIDTH 300 // width of GUI window +#define UI_HEIGHT 462 // height of GUI window +#define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight) +#define UI_LCD_BGCOLORLIGHT 230, 160, 60 // bkgnd color of LCD (backlight) +#define UI_LCD_BLACK 0, 0, 0 // black +#define UI_LCD_POSX 55 // x position of lcd +#define UI_LCD_POSY 61 // y position of lcd (74 for real aspect) +#define UI_LCD_WIDTH LCD_WIDTH // * 1.5 +#define UI_LCD_HEIGHT LCD_HEIGHT // * 1.5 + +#define UI_REMOTE_POSX 12 // x position of remote lcd +#define UI_REMOTE_POSY 478 // y position of remote lcd +#define UI_REMOTE_WIDTH 128 +#define UI_REMOTE_HEIGHT 64 + +#define UI_REMOTE_BGCOLORLIGHT 250, 180, 130 // bkgnd of remote lcd (bklight) #endif extern SDL_Surface *gui_surface; -- cgit v1.2.3