10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define klomp_8_width 24
|
|
#define klomp_8_height 24
|
|
static char klomp_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xe7,0x07,0xf0,0xfc,0x0d,
|
|
0xf8,0xfb,0x1b,0xf8,0xff,0x1b,0xec,0xff,0x3f,0xec,0xff,0x3f,
|
|
0xec,0xff,0x3f,0xd8,0xff,0x1f,0xf8,0xff,0x3f,0xf0,0xdb,0x37,
|
|
0xf8,0xa5,0x37,0xd8,0xdb,0x3b,0xec,0xff,0x1f,0xec,0xff,0x1f,
|
|
0xfc,0xff,0x3f,0xfc,0xff,0x3f,0xfc,0xff,0x3f,0xd8,0xff,0x1b,
|
|
0x38,0xff,0x1c,0xf0,0xef,0x0f,0xe0,0x83,0x07,0x00,0x00,0x00};
|