10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define glue1_width 24
|
|
#define glue1_height 24
|
|
static char glue1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x80,0x01,0x00,0x40,0x02,0xf0,0x20,0x04,
|
|
0x08,0x21,0x04,0xf0,0x40,0x12,0x00,0x80,0x29,0x00,0x00,0x10,
|
|
0x00,0x18,0x00,0x04,0x24,0x08,0x0a,0x44,0x14,0x8a,0x49,0x22,
|
|
0x44,0x32,0x22,0x80,0x01,0x22,0x30,0x00,0x22,0x48,0x00,0x14,
|
|
0x48,0x0c,0x08,0x30,0x12,0x00,0x00,0x12,0x07,0x00,0x92,0x08,
|
|
0x00,0x12,0x07,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|