5 lines
213 B
C
Executable file
5 lines
213 B
C
Executable file
#define close_width 10
|
|
#define close_height 10
|
|
static unsigned char close_bits[] = {
|
|
0x7c, 0x00, 0xfe, 0x00, 0xbb, 0x01, 0xd7, 0x01, 0xef, 0x01, 0xd7, 0x01,
|
|
0xbb, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
|