6 lines
213 B
C
6 lines
213 B
C
|
#define close_width 11
|
||
|
#define close_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x07, 0x07, 0x8f, 0x07, 0xde, 0x03, 0xfc, 0x01, 0xf8, 0x00, 0xf8, 0x00,
|
||
|
0xfc, 0x01, 0xde, 0x03, 0x8f, 0x07, 0x07, 0x07 };
|