diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-06-18 19:12:43 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-06-18 19:12:43 +0000 |
commit | fa9339a63e6c3a13a7780b7d9e3e614e6a2239e3 (patch) | |
tree | 2590630bb620d1d57b7edddbd6dd6eba9ee56961 /uisimulator/sdl | |
parent | 7c6a725e8e853d6e29a73feac7a177e8965b73e4 (diff) |
c200v2 simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21333 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl')
-rw-r--r-- | uisimulator/sdl/UI-c200v2.bmp | bin | 0 -> 159958 bytes | |||
-rw-r--r-- | uisimulator/sdl/uisdl.h | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/sdl/UI-c200v2.bmp b/uisimulator/sdl/UI-c200v2.bmp Binary files differnew file mode 100644 index 0000000000..d4b169260d --- /dev/null +++ b/uisimulator/sdl/UI-c200v2.bmp diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 7e5cbc5170..9dbfd82ce9 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -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 */ |