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
This commit is contained in:
Bertrik Sikken 2011-10-30 09:06:21 +00:00
parent 1ab2aa1f28
commit 2774457604
2 changed files with 6 additions and 1 deletions

View File

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB