1
0
Fork 0
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:
Rafaël Carré 2009-06-18 19:12:43 +00:00
parent 7c6a725e8e
commit fa9339a63e
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View file

@ -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 */