summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-09 00:48:53 +0000
committerDave Chapman <dave@dchapman.com>2006-02-09 00:48:53 +0000
commit8ad2df82754184a8dfe1a6d66248a1dd156286bd (patch)
treef1916f784da7adce628654f1480b3ada77498152 /uisimulator/sdl/uisdl.h
parenta88632f885308667fed1b000f3d2d5a363b130c3 (diff)
downloadrockbox-8ad2df82754184a8dfe1a6d66248a1dd156286bd.tar.gz
rockbox-8ad2df82754184a8dfe1a6d66248a1dd156286bd.zip
Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index dd8e558b66..ddf0a6ff86 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -109,6 +109,18 @@
109#define UI_REMOTE_WIDTH 128 109#define UI_REMOTE_WIDTH 128
110#define UI_REMOTE_HEIGHT 64 110#define UI_REMOTE_HEIGHT 64
111 111
112#elif defined(IPOD_4G)
113#define UI_TITLE "iPod 4G"
114#define UI_WIDTH 196 // width of GUI window
115#define UI_HEIGHT 370 // height of GUI window
116#define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight)
117#define UI_LCD_BGCOLORLIGHT 173, 216, 230 // bkgnd color of LCD (backlight)
118#define UI_LCD_BLACK 0, 0, 0 // black
119#define UI_LCD_POSX 19 // x position of lcd
120#define UI_LCD_POSY 14 // y position of lcd
121#define UI_LCD_WIDTH 160
122#define UI_LCD_HEIGHT 128
123
112#elif defined(IPOD_COLOR) 124#elif defined(IPOD_COLOR)
113#define UI_TITLE "iPod Color" 125#define UI_TITLE "iPod Color"
114#define UI_WIDTH 261 // width of GUI window 126#define UI_WIDTH 261 // width of GUI window