10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define hole_8_width 24
|
|
#define hole_8_height 24
|
|
static char hole_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x01,0x10,0x84,0x10,0x60,0x08,0x04,0x80,0xf7,0x00,
|
|
0x62,0x00,0x47,0x18,0x00,0x18,0x04,0x00,0x20,0x02,0x00,0x40,
|
|
0x02,0x00,0x40,0x02,0x00,0x40,0x04,0x00,0x20,0x1a,0x00,0x18,
|
|
0xe0,0xff,0x47,0x00,0xff,0x00,0x60,0x04,0x02,0x18,0x22,0x08,
|
|
0x00,0x00,0x00,0x00,0x41,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|