6 lines
288 B
C
Executable file
6 lines
288 B
C
Executable file
#define close_width 16
|
|
#define close_height 16
|
|
static unsigned char close_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x18, 0x60, 0x0c,
|
|
0xc0, 0x06, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x06, 0x60, 0x0c, 0x30, 0x18,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|