diff options
Diffstat (limited to 'dropbar7')
-rw-r--r-- | dropbar7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dropbar7 b/dropbar7 new file mode 100644 index 0000000..2689300 --- /dev/null +++ b/dropbar7 @@ -0,0 +1,4 @@ +#define bar7_width 7 +#define bar7_height 7 +static char bar7_bits[] = { + 0x00, 0x3f, 0x61, 0x61, 0x7f, 0x7e, 0x00}; |