forked from len0rd/rockbox
c200v2 simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21333 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c6a725e8e
commit
fa9339a63e
2 changed files with 5 additions and 1 deletions
BIN
uisimulator/sdl/UI-c200v2.bmp
Normal file
BIN
uisimulator/sdl/UI-c200v2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 KiB |
|
|
@ -206,8 +206,12 @@
|
|||
#define UI_LCD_POSX 42 /* x position of lcd */
|
||||
#define UI_LCD_POSY 37 /* y position of lcd */
|
||||
|
||||
#elif defined(SANSA_C200)
|
||||
#elif defined(SANSA_C200) || defined(SANSA_C200V2)
|
||||
#ifdef SANSA_C200
|
||||
#define UI_TITLE "Sansa c200"
|
||||
#else
|
||||
#define UI_TITLE "Sansa c200v2"
|
||||
#endif
|
||||
#define UI_WIDTH 350 /* width of GUI window */
|
||||
#define UI_HEIGHT 152 /* height of GUI window */
|
||||
#define UI_LCD_POSX 42 /* x position of lcd */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue