From 0b0d3ee650b6efd8635b707cdfd00615a92b5398 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 25 Nov 2012 22:54:06 +0100 Subject: 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 --- firmware/target/hosted/sdl/sim-ui-defines.h | 7 +++++++ uisimulator/bitmaps/UI-ipod6g.bmp | Bin 0 -> 209110 bytes 2 files changed, 7 insertions(+) create mode 100644 uisimulator/bitmaps/UI-ipod6g.bmp 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 @@ #define UI_LCD_POSX 14 /* x position of lcd */ #define UI_LCD_POSY 12 /* y position of lcd */ +#elif defined(IPOD_6G) +#define UI_TITLE "iPod 6G" +#define UI_WIDTH 350 /* width of GUI window */ +#define UI_HEIGHT 591 /* height of GUI window */ +#define UI_LCD_POSX 14 /* x position of lcd */ +#define UI_LCD_POSY 12 /* y position of lcd */ + #elif defined(IAUDIO_X5) #define UI_TITLE "iAudio X5" #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 Binary files /dev/null and b/uisimulator/bitmaps/UI-ipod6g.bmp differ -- cgit v1.2.3