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,0x3e,0xdc,0x7f,0xfc,
|
|
0xef,0xfc,0xcf,0xfd,0x8f,0xff,0x0e,0xdf,0xfe,0xdf,0xfc,0xcf,
|
|
0xf8,0xc7,0xe0,0xc1};
|