4 lines
130 B
C
4 lines
130 B
C
#define close_width 7
|
|
#define close_height 7
|
|
static unsigned char close_bits[] = {
|
|
0x63, 0x77, 0x3e, 0x1c, 0x3e, 0x77, 0x63 };
|