9 lines
450 B
Plaintext
9 lines
450 B
Plaintext
#define ologhi_width 24
|
|
#define ologhi_height 24
|
|
static char ologhi_bits[] = {
|
|
0x00,0x0e,0x00,0x00,0x1f,0x00,0x00,0x1f,0x00,0x00,0x15,0x00,0x00,0x0e,0x00,
|
|
0x80,0x3f,0x00,0xc0,0x7c,0x00,0x80,0x60,0x00,0xe0,0xbd,0x00,0x60,0x5b,0x01,
|
|
0x60,0x9f,0x01,0x30,0x1f,0x01,0xb0,0x3f,0x03,0x90,0x5e,0x02,0x98,0x5e,0x06,
|
|
0x98,0x72,0x3c,0x98,0x73,0x4c,0xbc,0x53,0xbc,0x4e,0x73,0x24,0x05,0x33,0x28,
|
|
0x0c,0x36,0x00,0x00,0xf7,0x00,0xc0,0xe3,0x01,0x80,0x01,0x00};
|