1
0
Fork 0
forked from len0rd/rockbox

Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-10-28 17:49:35 +00:00
parent d9fdd8ce38
commit 74b935c893
34 changed files with 645 additions and 638 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

View file

@ -303,8 +303,12 @@
#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
#elif defined(SANSA_E200)
#elif defined(SANSA_E200) || defined(SANSA_E200V2)
#ifdef SANSA_E200
#define UI_TITLE "Sansa e200"
#else
#define UI_TITLE "Sansa e200v2"
#endif
#define UI_WIDTH 260 /* width of GUI window */
#define UI_HEIGHT 502 /* height of GUI window */
/* high-colour */