diff options
Diffstat (limited to 'img/last.xbm')
-rw-r--r-- | img/last.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/img/last.xbm b/img/last.xbm new file mode 100644 index 0000000..39907a8 --- /dev/null +++ b/img/last.xbm @@ -0,0 +1,6 @@ +#define last_width 16 +#define last_height 16 +static unsigned char last_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x06, 0x0e, 0x0e, 0x1e, 0x1e, + 0x3e, 0x3e, 0x7e, 0x7e, 0x7e, 0x7e, 0x3e, 0x3e, 0x1e, 0x1e, 0x0e, 0x0e, + 0x06, 0x06, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00}; |