1
2
3
4
5
6
|
#define close_width 14
#define close_height 14
static unsigned char close_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x02, 0x20, 0x01,
0xc0, 0x00, 0xc0, 0x00, 0x20, 0x01, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
|