From fa9339a63e6c3a13a7780b7d9e3e614e6a2239e3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 18 Jun 2009 19:12:43 +0000 Subject: c200v2 simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21333 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/UI-c200v2.bmp | Bin 0 -> 159958 bytes uisimulator/sdl/uisdl.h | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 uisimulator/sdl/UI-c200v2.bmp diff --git a/uisimulator/sdl/UI-c200v2.bmp b/uisimulator/sdl/UI-c200v2.bmp new file mode 100644 index 0000000000..d4b169260d Binary files /dev/null and b/uisimulator/sdl/UI-c200v2.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 7e5cbc5170..9dbfd82ce9 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -206,8 +206,12 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 37 /* y position of lcd */ -#elif defined(SANSA_C200) +#elif defined(SANSA_C200) || defined(SANSA_C200V2) +#ifdef SANSA_C200 #define UI_TITLE "Sansa c200" +#else +#define UI_TITLE "Sansa c200v2" +#endif #define UI_WIDTH 350 /* width of GUI window */ #define UI_HEIGHT 152 /* height of GUI window */ #define UI_LCD_POSX 42 /* x position of lcd */ -- cgit v1.2.3