summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-14 21:40:28 +0000
committerDave Chapman <dave@dchapman.com>2009-10-14 21:40:28 +0000
commita5c1ee5cf1b12b419c28ed11df70d3d108a723f8 (patch)
treea4fdeec6cab42fc84496aa32d456cb45538fd688
parent1383be8fb0404b875440d22a6617191ae590c831 (diff)
downloadrockbox-a5c1ee5cf1b12b419c28ed11df70d3d108a723f8.tar.gz
rockbox-a5c1ee5cf1b12b419c28ed11df70d3d108a723f8.zip
Working Nano2G UI sim. UI-ipodnano2g.bmp courtesy of Marianne Arnold, based on her SVG for the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23176 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/sdl/UI-ipodnano2g.bmpbin0 -> 380250 bytes
-rw-r--r--uisimulator/sdl/uisdl.h8
2 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/sdl/UI-ipodnano2g.bmp b/uisimulator/sdl/UI-ipodnano2g.bmp
new file mode 100644
index 0000000000..5956c04e48
--- /dev/null
+++ b/uisimulator/sdl/UI-ipodnano2g.bmp
Binary files differ
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index a14c453c61..8e60735d05 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -118,10 +118,10 @@
118 118
119#elif defined(IPOD_NANO2G) 119#elif defined(IPOD_NANO2G)
120#define UI_TITLE "iPod Nano 2G" 120#define UI_TITLE "iPod Nano 2G"
121#define UI_WIDTH 199 /* width of GUI window */ 121#define UI_WIDTH 235 /* width of GUI window */
122#define UI_HEIGHT 421 /* height of GUI window */ 122#define UI_HEIGHT 537 /* height of GUI window */
123#define UI_LCD_POSX 13 /* x position of lcd */ 123#define UI_LCD_POSX 29 /* x position of lcd */
124#define UI_LCD_POSY 14 /* y position of lcd */ 124#define UI_LCD_POSY 33 /* y position of lcd */
125 125
126#elif defined(IPOD_VIDEO) 126#elif defined(IPOD_VIDEO)
127#define UI_TITLE "iPod Video" 127#define UI_TITLE "iPod Video"