aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/Xgreybox.bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/bitmaps/Xgreybox.bitmap')
-rw-r--r--src/hyper/bitmaps/Xgreybox.bitmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/Xgreybox.bitmap b/src/hyper/bitmaps/Xgreybox.bitmap
new file mode 100644
index 00000000..da26c275
--- /dev/null
+++ b/src/hyper/bitmaps/Xgreybox.bitmap
@@ -0,0 +1,6 @@
+#define Xgreybox_width 16
+#define Xgreybox_height 16
+static char Xgreybox_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0xfc, 0x3f, 0xac, 0x3a, 0x5c, 0x35,
+ 0xac, 0x3a, 0x5c, 0x35, 0xac, 0x3a, 0x5c, 0x35, 0xac, 0x3a, 0x5c, 0x35,
+ 0xfc, 0x3f, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};