6 lines
201 B
C
6 lines
201 B
C
#define close_width 11
|
|
#define close_height 11
|
|
static unsigned char close_bits[] = {
|
|
0x03,0xf8,0x0d,0xf8,0x31,0xf8,0xc5,0xf8,0x1d,0xfb,0x7d,0xfc,
|
|
0x1d,0xfb,0xc5,0xf8,0x31,0xf8,0x0d,0xf8,0x03,0xf8};
|