summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/sdl/UI-sansaclipplus.bmpbin0 -> 266554 bytes
-rw-r--r--uisimulator/sdl/UI-sansaclipv2.bmpbin0 -> 266554 bytes
-rw-r--r--uisimulator/sdl/uisdl.h16
3 files changed, 15 insertions, 1 deletions
diff --git a/uisimulator/sdl/UI-sansaclipplus.bmp b/uisimulator/sdl/UI-sansaclipplus.bmp
new file mode 100644
index 0000000000..b644391b5b
--- /dev/null
+++ b/uisimulator/sdl/UI-sansaclipplus.bmp
Binary files differ
diff --git a/uisimulator/sdl/UI-sansaclipv2.bmp b/uisimulator/sdl/UI-sansaclipv2.bmp
new file mode 100644
index 0000000000..597f3f9ede
--- /dev/null
+++ b/uisimulator/sdl/UI-sansaclipv2.bmp
Binary files differ
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 @@
295#define UI_LCD_POSY 31 /* y position of lcd */ 295#define UI_LCD_POSY 31 /* y position of lcd */
296 296
297#elif defined(SANSA_CLIP) || defined(SANSA_CLIPV2) 297#elif defined(SANSA_CLIP) || defined(SANSA_CLIPV2)
298#define UI_TITLE "Sansa Clip" 298#if defined(SANSA_CLIP)
299#define CLIP_VERSION ""
300#elif defined(SANSA_CLIPV2)
301#define CLIP_VERSION "v2"
302#endif
303#define UI_TITLE "Sansa Clip"CLIP_VERSION
299#define UI_WIDTH 205 /* width of GUI window */ 304#define UI_WIDTH 205 /* width of GUI window */
300#define UI_HEIGHT 325 /* height of GUI window */ 305#define UI_HEIGHT 325 /* height of GUI window */
301#define UI_LCD_POSX 38 /* x position of lcd */ 306#define UI_LCD_POSX 38 /* x position of lcd */
302#define UI_LCD_POSY 38 /* y position of lcd */ 307#define UI_LCD_POSY 38 /* y position of lcd */
303 308
309#elif defined(SANSA_CLIPPLUS)
310#define UI_TITLE "Sansa Clip+"
311#define UI_WIDTH 205 /* width of GUI window */
312#define UI_HEIGHT 325 /* height of GUI window */
313#define UI_LCD_POSX 42 /* x position of lcd */
314#define UI_LCD_POSY 42 /* y position of lcd */
315
316
317
304#elif defined(PHILIPS_SA9200) 318#elif defined(PHILIPS_SA9200)
305#define UI_TITLE "Philips GoGear SA9200" 319#define UI_TITLE "Philips GoGear SA9200"
306#define UI_WIDTH 233 /* width of GUI window */ 320#define UI_WIDTH 233 /* width of GUI window */