summaryrefslogtreecommitdiff
path: root/flipped_gray
diff options
context:
space:
mode:
Diffstat (limited to 'flipped_gray')
-rw-r--r--flipped_gray4
1 files changed, 4 insertions, 0 deletions
diff --git a/flipped_gray b/flipped_gray
new file mode 100644
index 0000000..b75cacd
--- /dev/null
+++ b/flipped_gray
@@ -0,0 +1,4 @@
+#define flipped_gray_width 4
+#define flipped_gray_height 2
+static char flipped_gray_bits[] = {
+ 0x07, 0x0d};