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:
parent
eb54ede182
commit
9668883bac
3 changed files with 15 additions and 1 deletions
BIN
uisimulator/sdl/UI-sansaclipplus.bmp
Normal file
BIN
uisimulator/sdl/UI-sansaclipplus.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
BIN
uisimulator/sdl/UI-sansaclipv2.bmp
Normal file
BIN
uisimulator/sdl/UI-sansaclipv2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
|
@ -295,12 +295,26 @@
|
|||
#define UI_LCD_POSY 31 /* y position of lcd */
|
||||
|
||||
#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_HEIGHT 325 /* height of GUI window */
|
||||
#define UI_LCD_POSX 38 /* x 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)
|
||||
#define UI_TITLE "Philips GoGear SA9200"
|
||||
#define UI_WIDTH 233 /* width of GUI window */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue