6 lines
233 B
C
6 lines
233 B
C
#define close_width 14
|
|
#define close_height 14
|
|
static unsigned char close_bits[] = {
|
|
0xe0,0xc1,0xf8,0xc7,0xfc,0xcf,0xfe,0xdf,0xfe,0xdf,0xff,0xff,
|
|
0x03,0xf0,0x03,0xf0,0xff,0xff,0xfe,0xdf,0xfe,0xdf,0xfc,0xcf,
|
|
0xf8,0xc7,0xe0,0xc1};
|