summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorNathan Korth <nkorth@nkorth.com>2012-02-18 14:07:48 -0500
committerBertrik Sikken <bertrik@sikken.nl>2012-02-21 20:59:17 +0100
commitbf4edb3614f93dcd413f1050d613568afcf7ce96 (patch)
tree60e7ec20f389c3241a874abf68430ae6ff085ee0 /apps/plugins/bitmaps
parentcfae625a73029218f6df4460606a55c101544cd5 (diff)
downloadrockbox-bf4edb3614f93dcd413f1050d613568afcf7ce96.tar.gz
rockbox-bf4edb3614f93dcd413f1050d613568afcf7ce96.zip
Fixed clock bitmaps for Sansa Clip Zip (96x96x16)
clock_binary, clock_logo, and clock_messages are new; the rest are provided by 132x80 and 128x128, which already had the correct sizes Change-Id: Ib34b605705b8a21a784faea8adc9ec448dfa7457 Reviewed-on: http://gerrit.rockbox.org/110 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
-rw-r--r--apps/plugins/bitmaps/native/clock_binary.96x96x16.bmpbin0 -> 2214 bytes
-rw-r--r--apps/plugins/bitmaps/native/clock_logo.96x96x16.bmpbin0 -> 13878 bytes
-rw-r--r--apps/plugins/bitmaps/native/clock_messages.96x96x16.bmpbin0 -> 20790 bytes
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index e1107a2346..a523405552 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -263,6 +263,14 @@ clock_segments.128x128x2.bmp
clock_smallsegments.128x128x2.bmp
clock_logo.128x128x2.bmp
clock_messages.128x128x2.bmp
+#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 16)
+clock_binary.96x96x16.bmp
+clock_digits.132x80x16.bmp
+clock_smalldigits.128x128x16.bmp
+clock_segments.132x80x16.bmp
+clock_smallsegments.128x128x16.bmp
+clock_logo.96x96x16.bmp
+clock_messages.96x96x16.bmp
#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1)
clock_binary.112x64x1.bmp
clock_digits.112x64x1.bmp
diff --git a/apps/plugins/bitmaps/native/clock_binary.96x96x16.bmp b/apps/plugins/bitmaps/native/clock_binary.96x96x16.bmp
new file mode 100644
index 0000000000..1e8285a4d4
--- /dev/null
+++ b/apps/plugins/bitmaps/native/clock_binary.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/clock_logo.96x96x16.bmp b/apps/plugins/bitmaps/native/clock_logo.96x96x16.bmp
new file mode 100644
index 0000000000..53ad5993ac
--- /dev/null
+++ b/apps/plugins/bitmaps/native/clock_logo.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/clock_messages.96x96x16.bmp b/apps/plugins/bitmaps/native/clock_messages.96x96x16.bmp
new file mode 100644
index 0000000000..0cddb2488f
--- /dev/null
+++ b/apps/plugins/bitmaps/native/clock_messages.96x96x16.bmp
Binary files differ