1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Rafaël Carré 2010-02-17 19:46:51 +00:00
parent eb54ede182
commit 9668883bac
3 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View file

@ -295,12 +295,26 @@
#define UI_LCD_POSY 31 /* y position of lcd */ #define UI_LCD_POSY 31 /* y position of lcd */
#elif defined(SANSA_CLIP) || defined(SANSA_CLIPV2) #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_WIDTH 205 /* width of GUI window */
#define UI_HEIGHT 325 /* height of GUI window */ #define UI_HEIGHT 325 /* height of GUI window */
#define UI_LCD_POSX 38 /* x position of lcd */ #define UI_LCD_POSX 38 /* x position of lcd */
#define UI_LCD_POSY 38 /* y 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) #elif defined(PHILIPS_SA9200)
#define UI_TITLE "Philips GoGear SA9200" #define UI_TITLE "Philips GoGear SA9200"
#define UI_WIDTH 233 /* width of GUI window */ #define UI_WIDTH 233 /* width of GUI window */