diff options
Diffstat (limited to 'weird_size')
-rw-r--r-- | weird_size | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weird_size b/weird_size new file mode 100644 index 0000000..e6f45d5 --- /dev/null +++ b/weird_size @@ -0,0 +1,5 @@ +#define weird_size_width 7 +#define weird_size_height 13 +static char weird_size_bits[] = { + 0x07, 0x05, 0x07, 0x01, 0x75, 0x45, 0x74, 0x44, 0x74, 0x00, 0x10, 0x38, + 0x10}; |