9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
#define kob_width 24
|
|
#define kob_height 24
|
|
static char kob_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x28,0x00,
|
|
0x00,0x3d,0x00,0x10,0x16,0x00,0x20,0x1c,0x00,0x20,0x08,0x00,0x40,0x7f,0x00,
|
|
0x80,0xac,0x00,0xc0,0x2c,0x01,0x80,0xbc,0x01,0x00,0x3c,0x00,0x00,0x22,0x00,
|
|
0x00,0xa1,0x00,0x80,0xe1,0x00,0xc0,0x73,0x00,0x00,0x00,0x00};
|