8 lines
367 B
C
8 lines
367 B
C
#define close_width 18
|
|
#define close_height 18
|
|
static unsigned char close_bits[] = {
|
|
0x00,0x00,0xfc,0x00,0x00,0xfc,0xc0,0x0f,0xfc,0xe0,0x1f,0xfc,
|
|
0xf0,0x3f,0xfc,0xf8,0x7f,0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,
|
|
0xfc,0xff,0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,
|
|
0xf8,0x7f,0xfc,0xf0,0x3f,0xfc,0xe0,0x1f,0xfc,0xc0,0x0f,0xfc,
|
|
0x00,0x00,0xfc,0x00,0x00,0xfc};
|