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, 0x00, 0x00, 0x00, 0x00, 0x08, 0x01, 0x90, 0x00, 0x60, 0x00,
|
|
0x60, 0x00, 0x90, 0x00, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|