10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define chop_width 24
|
|
#define chop_height 24
|
|
static char chop_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,
|
|
0x00,0x80,0x03,0x00,0xc0,0x01,0x00,0xe0,0x01,0x00,0xb0,0x01,
|
|
0x00,0x98,0x01,0x00,0x8c,0x01,0x80,0xc7,0x01,0xf0,0xc0,0x00,
|
|
0x10,0xc0,0x00,0x18,0xe0,0x00,0x88,0xe3,0x00,0x88,0x62,0x00,
|
|
0x88,0x71,0x00,0x08,0x38,0x00,0x18,0x1c,0x00,0xf8,0x07,0x00,
|
|
0xe0,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|