summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2012-11-25 22:54:06 +0100
committerMichael Giacomelli <giac2000@hotmail.com>2012-11-25 22:54:06 +0100
commit0b0d3ee650b6efd8635b707cdfd00615a92b5398 (patch)
tree487d7e48bc5a6dca9c89a6156643af1beb4aca72
parent5a149587ed1f4ad3b34e0e33f71ccf2b7b9589ff (diff)
downloadrockbox-0b0d3ee650b6efd8635b707cdfd00615a92b5398.tar.gz
rockbox-0b0d3ee650b6efd8635b707cdfd00615a92b5398.zip
Fix building the iPod 6G UI sim by reusing the iPod Video bitmap.
Ideally someone will go through and make a graphic for the 6G, but as it looks nearly identical to the Video its not a huge deal. Change-Id: If507c6d4f01eb0b1e5fc2f15f6a0e5a3195006c6
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
-rw-r--r--uisimulator/bitmaps/UI-ipod6g.bmpbin0 -> 209110 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index b2b6fe9d1c..c6133b49d7 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -130,6 +130,13 @@
130#define UI_LCD_POSX 14 /* x position of lcd */ 130#define UI_LCD_POSX 14 /* x position of lcd */
131#define UI_LCD_POSY 12 /* y position of lcd */ 131#define UI_LCD_POSY 12 /* y position of lcd */
132 132
133#elif defined(IPOD_6G)
134#define UI_TITLE "iPod 6G"
135#define UI_WIDTH 350 /* width of GUI window */
136#define UI_HEIGHT 591 /* height of GUI window */
137#define UI_LCD_POSX 14 /* x position of lcd */
138#define UI_LCD_POSY 12 /* y position of lcd */
139
133#elif defined(IAUDIO_X5) 140#elif defined(IAUDIO_X5)
134#define UI_TITLE "iAudio X5" 141#define UI_TITLE "iAudio X5"
135#define UI_WIDTH 300 /* width of GUI window */ 142#define UI_WIDTH 300 /* width of GUI window */
diff --git a/uisimulator/bitmaps/UI-ipod6g.bmp b/uisimulator/bitmaps/UI-ipod6g.bmp
new file mode 100644
index 0000000000..e490449564
--- /dev/null
+++ b/uisimulator/bitmaps/UI-ipod6g.bmp
Binary files differ