summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/remote_native
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2008-01-31 19:28:51 +0000
committerJonas Häggqvist <rasher@rasher.dk>2008-01-31 19:28:51 +0000
commit4cd37d5ba4ed840f7d08ec6b6024cfa8c16457da (patch)
tree98a203fe4905f33cbfd09c5cea67a6a830af5c6e /apps/plugins/bitmaps/remote_native
parentcdc933f40fd5b551fb7e0130262bb44b0ec2e6aa (diff)
downloadrockbox-4cd37d5ba4ed840f7d08ec6b6024cfa8c16457da.tar.gz
rockbox-4cd37d5ba4ed840f7d08ec6b6024cfa8c16457da.zip
Use nicer logos in the logo plugin, plus use the bitmap build system magic.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16189 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/remote_native')
-rw-r--r--apps/plugins/bitmaps/remote_native/SOURCES7
-rw-r--r--apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x1.bmpbin0 -> 446 bytes
-rw-r--r--apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x2.bmpbin0 -> 1566 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/remote_native/SOURCES b/apps/plugins/bitmaps/remote_native/SOURCES
index a884ebb24a..3633f23eb1 100644
--- a/apps/plugins/bitmaps/remote_native/SOURCES
+++ b/apps/plugins/bitmaps/remote_native/SOURCES
@@ -15,3 +15,10 @@ clock_smalldigits_remote.112x64x1.bmp
15 15
16clock_segments_remote.112x64x1.bmp 16clock_segments_remote.112x64x1.bmp
17clock_smallsegments_remote.112x64x1.bmp 17clock_smallsegments_remote.112x64x1.bmp
18
19/* Logo */
20#if (LCD_REMOTE_DEPTH == 1)
21 remote_rockboxlogo.91x32x1.bmp
22#elif (LCD_REMOTE_DEPTH == 2)
23 remote_rockboxlogo.91x32x2.bmp
24#endif
diff --git a/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x1.bmp b/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x1.bmp
new file mode 100644
index 0000000000..ec74318ba1
--- /dev/null
+++ b/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x2.bmp b/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x2.bmp
new file mode 100644
index 0000000000..eaf25b4f26
--- /dev/null
+++ b/apps/plugins/bitmaps/remote_native/remote_rockboxlogo.91x32x2.bmp
Binary files differ