6 lines
237 B
C
6 lines
237 B
C
|
#define close_width 12
|
||
|
#define close_height 12
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x00, 0x00, 0x06, 0x06, 0x0e, 0x07, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00,
|
||
|
0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0e, 0x07, 0x06, 0x06, 0x00, 0x00 };
|