summaryrefslogtreecommitdiff
path: root/src/img/first.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'src/img/first.xbm')
-rw-r--r--src/img/first.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/img/first.xbm b/src/img/first.xbm
new file mode 100644
index 0000000..081acc8
--- /dev/null
+++ b/src/img/first.xbm
@@ -0,0 +1,6 @@
+#define first_width 16
+#define first_height 16
+static unsigned char first_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x60, 0x60, 0x70, 0x70, 0x78, 0x78,
+ 0x7c, 0x7c, 0x7e, 0x7e, 0x7e, 0x7e, 0x7c, 0x7c, 0x78, 0x78, 0x70, 0x70,
+ 0x60, 0x60, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00};