7 lines
233 B
C
7 lines
233 B
C
|
#define close_width 14
|
||
|
#define close_height 14
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x00,0xc0,0x00,0xc0,0x00,0xc0,0x18,0xc6,0x38,0xc7,0xf0,0xc3,
|
||
|
0xe0,0xc1,0xe0,0xc1,0xf0,0xc3,0x38,0xc7,0x18,0xc6,0x00,0xc0,
|
||
|
0x00,0xc0,0x00,0xc0};
|