6 lines
209 B
C
6 lines
209 B
C
|
#define close_width 10
|
||
|
#define close_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x03, 0x03, 0x87, 0x03, 0xC6, 0x01, 0xE0, 0x00, 0x70, 0x00, 0x38, 0x00,
|
||
|
0x1C, 0x00, 0x8E, 0x01, 0x87, 0x03, 0x03, 0x03 };
|