summaryrefslogtreecommitdiff
path: root/images/play.bmp
diff options
context:
space:
mode:
authoretienne2003-05-07 15:37:23 +0000
committeretienne2003-05-07 15:37:23 +0000
commitb668e7873d9ffcecbbd848c5a388dba0bf2e77ac (patch)
tree32b1a80be3647a424234f4013d13a49a73a3aaa0 /images/play.bmp
parent23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff)
downloadivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.zip
ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.gz
ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.bz2
ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.xz
Initial revision
Diffstat (limited to 'images/play.bmp')
-rw-r--r--images/play.bmp20
1 files changed, 20 insertions, 0 deletions
diff --git a/images/play.bmp b/images/play.bmp
new file mode 100644
index 0000000..12712ec
--- /dev/null
+++ b/images/play.bmp
@@ -0,0 +1,20 @@
+#define play_width 40
+#define play_height 39
+static unsigned char play_bits[] = {
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00,
+ 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0x00, 0x00,
+ 0x00, 0xff, 0x0f, 0x00, 0x00, 0x00, 0xff, 0x3f, 0x00, 0x00, 0x00, 0xff,
+ 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x0f,
+ 0x00, 0x00, 0xff, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00,
+ 0xff, 0xff, 0xff, 0x03, 0x00, 0xff, 0xff, 0xff, 0x0f, 0x00, 0xff, 0xff,
+ 0xff, 0x3f, 0x00, 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0xff,
+ 0x03, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff,
+ 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0x03, 0xff, 0xff, 0xff, 0xff, 0x00,
+ 0xff, 0xff, 0xff, 0x3f, 0x00, 0xff, 0xff, 0xff, 0x0f, 0x00, 0xff, 0xff,
+ 0xff, 0x03, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x00,
+ 0x00, 0xff, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, 0xff,
+ 0xff, 0x00, 0x00, 0x00, 0xff, 0x3f, 0x00, 0x00, 0x00, 0xff, 0x0f, 0x00,
+ 0x00, 0x00, 0xff, 0x03, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00,
+ 0x3f, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00,
+ 0x00, 0x00, 0x00};