From 9668883bacad78570e0ff62d3ad0f442b6160247 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 17 Feb 2010 19:46:51 +0000 Subject: Sansa Clip+: simulator Add the Clipv1 bitmap for Clipv2 so it builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24731 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 58a2f9959d..562c299af7 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -295,12 +295,26 @@ #define UI_LCD_POSY 31 /* y position of lcd */ #elif defined(SANSA_CLIP) || defined(SANSA_CLIPV2) -#define UI_TITLE "Sansa Clip" +#if defined(SANSA_CLIP) +#define CLIP_VERSION "" +#elif defined(SANSA_CLIPV2) +#define CLIP_VERSION "v2" +#endif +#define UI_TITLE "Sansa Clip"CLIP_VERSION #define UI_WIDTH 205 /* width of GUI window */ #define UI_HEIGHT 325 /* height of GUI window */ #define UI_LCD_POSX 38 /* x position of lcd */ #define UI_LCD_POSY 38 /* y position of lcd */ +#elif defined(SANSA_CLIPPLUS) +#define UI_TITLE "Sansa Clip+" +#define UI_WIDTH 205 /* width of GUI window */ +#define UI_HEIGHT 325 /* height of GUI window */ +#define UI_LCD_POSX 42 /* x position of lcd */ +#define UI_LCD_POSY 42 /* y position of lcd */ + + + #elif defined(PHILIPS_SA9200) #define UI_TITLE "Philips GoGear SA9200" #define UI_WIDTH 233 /* width of GUI window */ -- cgit v1.2.3