summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
-rw-r--r--uisimulator/bitmaps/UI-sansaclipzip.bmpbin0 -> 121974 bytes
2 files changed, 6 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index d76ef124bf..096908bb85 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -325,7 +325,12 @@
325#define UI_LCD_POSX 42 /* x position of lcd */ 325#define UI_LCD_POSX 42 /* x position of lcd */
326#define UI_LCD_POSY 42 /* y position of lcd */ 326#define UI_LCD_POSY 42 /* y position of lcd */
327 327
328 328#elif defined(SANSA_CLIPZIP)
329#define UI_TITLE "Sansa Clip Zip"
330#define UI_WIDTH 160 /* width of GUI window */
331#define UI_HEIGHT 254 /* height of GUI window */
332#define UI_LCD_POSX 33 /* x position of lcd */
333#define UI_LCD_POSY 26 /* y position of lcd */
329 334
330#elif defined(PHILIPS_SA9200) 335#elif defined(PHILIPS_SA9200)
331#define UI_TITLE "Philips GoGear SA9200" 336#define UI_TITLE "Philips GoGear SA9200"
diff --git a/uisimulator/bitmaps/UI-sansaclipzip.bmp b/uisimulator/bitmaps/UI-sansaclipzip.bmp
new file mode 100644
index 0000000000..73b94ede22
--- /dev/null
+++ b/uisimulator/bitmaps/UI-sansaclipzip.bmp
Binary files differ