diff options
Diffstat (limited to 'GFX8/filter')
-rw-r--r-- | GFX8/filter | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/filter b/GFX8/filter new file mode 100644 index 0000000..c5638e4 --- /dev/null +++ b/GFX8/filter @@ -0,0 +1,4 @@ +#define filter_width 8 +#define filter_height 8 +static char filter_bits[] = { + 0x00, 0x66, 0x66, 0x66, 0x00, 0x42, 0x66, 0x00}; |