diff options
Diffstat (limited to 'cross_weave')
-rw-r--r-- | cross_weave | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cross_weave b/cross_weave new file mode 100644 index 0000000..40de9e4 --- /dev/null +++ b/cross_weave @@ -0,0 +1,6 @@ +#define cross_weave_width 16 +#define cross_weave_height 16 +static char cross_weave_bits[] = { + 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, + 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, + 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22}; |