6 lines
201 B
C
6 lines
201 B
C
#define close_width 11
|
|
#define close_height 11
|
|
static unsigned char close_bits[] = {
|
|
0xfc,0xf9,0x02,0xfa,0xf9,0xfc,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,
|
|
0xfd,0xfd,0xfd,0xfd,0xf9,0xfc,0x02,0xfa,0xfc,0xf9};
|