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:
parent
d9fdd8ce38
commit
74b935c893
34 changed files with 645 additions and 638 deletions
BIN
uisimulator/sdl/UI-e200v2.bmp
Normal file
BIN
uisimulator/sdl/UI-e200v2.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 510 KiB |
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue