10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define klomp_3_width 24
|
|
#define klomp_3_height 24
|
|
static char klomp_3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xc0,0xff,0x01,
|
|
0xe0,0xbe,0x03,0x60,0x7f,0x03,0xf0,0xff,0x07,0xf0,0xff,0x07,
|
|
0xb0,0xff,0x06,0x60,0xff,0x06,0xe0,0x7f,0x03,0xf0,0xff,0x03,
|
|
0xd0,0xf7,0x01,0xd0,0xeb,0x03,0xb0,0xf7,0x03,0xe0,0xff,0x07,
|
|
0xe0,0xff,0x07,0xf0,0xff,0x07,0xb0,0xff,0x07,0xb0,0x7f,0x03,
|
|
0x60,0x9f,0x03,0xe0,0xff,0x01,0x80,0x7f,0x00,0x00,0x00,0x00};
|