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 */