4 lines
130 B
C
4 lines
130 B
C
#define close_width 7
|
|
#define close_height 7
|
|
static unsigned char close_bits[] = {
|
|
0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 };
|