10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define galemann2_width 24
|
|
#define galemann2_height 24
|
|
static char galemann2_bits[] = {
|
|
0x00,0x00,0x00,0x80,0x00,0x00,0xc0,0x00,0x00,0xe0,0x81,0x01,
|
|
0x80,0x82,0x01,0x40,0x18,0x02,0x20,0x3c,0x04,0x10,0x24,0x08,
|
|
0x0c,0x3c,0x30,0x18,0x18,0x18,0xe0,0xff,0x07,0x00,0x66,0x00,
|
|
0x00,0x66,0x00,0x00,0x66,0x00,0x00,0x24,0x00,0x00,0x3c,0x00,
|
|
0x00,0x7e,0x00,0x00,0x66,0x00,0x00,0x66,0x00,0x00,0x66,0x00,
|
|
0x00,0x42,0x00,0x00,0x42,0x00,0x00,0x42,0x00,0x00,0xc3,0x00};
|