summaryrefslogtreecommitdiff
path: root/2x2
diff options
context:
space:
mode:
Diffstat (limited to '2x2')
-rw-r--r--2x26
1 files changed, 6 insertions, 0 deletions
diff --git a/2x2 b/2x2
new file mode 100644
index 0000000..8490457
--- /dev/null
+++ b/2x2
@@ -0,0 +1,6 @@
+#define 2x2_width 16
+#define 2x2_height 16
+static char 2x2_bits[] = {
+ 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
+ 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
+ 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};