summaryrefslogtreecommitdiffstats
path: root/kenolaba/bitmaps/Arrow4Mask
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/bitmaps/Arrow4Mask')
-rw-r--r--kenolaba/bitmaps/Arrow4Mask6
1 files changed, 6 insertions, 0 deletions
diff --git a/kenolaba/bitmaps/Arrow4Mask b/kenolaba/bitmaps/Arrow4Mask
new file mode 100644
index 00000000..6c498fb5
--- /dev/null
+++ b/kenolaba/bitmaps/Arrow4Mask
@@ -0,0 +1,6 @@
+#define Arrow4Mask_width 16
+#define Arrow4Mask_height 16
+static unsigned char Arrow4Mask_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xc0, 0x03, 0xf0, 0x03, 0xfc, 0x3f,
+ 0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x03, 0xc0, 0x03,
+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};