summaryrefslogtreecommitdiff
path: root/xlogo11
diff options
context:
space:
mode:
Diffstat (limited to 'xlogo11')
-rw-r--r--xlogo116
1 files changed, 6 insertions, 0 deletions
diff --git a/xlogo11 b/xlogo11
new file mode 100644
index 0000000..5efd2c2
--- /dev/null
+++ b/xlogo11
@@ -0,0 +1,6 @@
+#define xlogo11_width 11
+#define xlogo11_height 11
+
+static char xlogo11_bits[] = {
+ 0x0f, 0x04, 0x0f, 0x02, 0x1e, 0x01, 0x3c, 0x01, 0xb8, 0x00, 0x58, 0x00,
+ 0xe8, 0x00, 0xe4, 0x01, 0xc4, 0x03, 0xc2, 0x03, 0x81, 0x07 };