summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 88271eb81e..aeac51f7bf 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -303,8 +303,12 @@
303#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */ 303#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
304#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */ 304#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
305 305
306#elif defined(SANSA_E200) 306#elif defined(SANSA_E200) || defined(SANSA_E200V2)
307#ifdef SANSA_E200
307#define UI_TITLE "Sansa e200" 308#define UI_TITLE "Sansa e200"
309#else
310#define UI_TITLE "Sansa e200v2"
311#endif
308#define UI_WIDTH 260 /* width of GUI window */ 312#define UI_WIDTH 260 /* width of GUI window */
309#define UI_HEIGHT 502 /* height of GUI window */ 313#define UI_HEIGHT 502 /* height of GUI window */
310/* high-colour */ 314/* high-colour */