From 27744576040f2f4311d71b6e4b40fe3a634cd30f Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 30 Oct 2011 09:06:21 +0000 Subject: Sansa clip zip: make the simulator work by adding the background bitmap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30861 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/sdl/sim-ui-defines.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firmware/target/hosted/sdl/sim-ui-defines.h') 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 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 42 /* y position of lcd */ - +#elif defined(SANSA_CLIPZIP) +#define UI_TITLE "Sansa Clip Zip" +#define UI_WIDTH 160 /* width of GUI window */ +#define UI_HEIGHT 254 /* height of GUI window */ +#define UI_LCD_POSX 33 /* x position of lcd */ +#define UI_LCD_POSY 26 /* y position of lcd */ #elif defined(PHILIPS_SA9200) #define UI_TITLE "Philips GoGear SA9200" -- cgit v1.2.3