summaryrefslogtreecommitdiff
path: root/wide_weave
diff options
context:
space:
mode:
Diffstat (limited to 'wide_weave')
-rw-r--r--wide_weave6
1 files changed, 6 insertions, 0 deletions
diff --git a/wide_weave b/wide_weave
new file mode 100644
index 0000000..27ba639
--- /dev/null
+++ b/wide_weave
@@ -0,0 +1,6 @@
+#define wide_weave_width 16
+#define wide_weave_height 16
+static char wide_weave_bits[] = {
+ 0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a, 0x11, 0x11, 0xa3, 0xa3,
+ 0xc7, 0xc7, 0x8b, 0x8b, 0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a,
+ 0x11, 0x11, 0xa3, 0xa3, 0xc7, 0xc7, 0x8b, 0x8b};