10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define horn3_width 24
|
|
#define horn3_height 24
|
|
static unsigned char horn3_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00,
|
|
0xe7, 0x00, 0x00, 0x81, 0xfc, 0x00, 0xdb, 0xa6, 0x03, 0x66, 0x2a, 0x03,
|
|
0x42, 0xf2, 0x06, 0x5a, 0x72, 0x06, 0x66, 0x7e, 0x22, 0x42, 0xf2, 0x23,
|
|
0x5a, 0x66, 0x66, 0x66, 0x7c, 0x7f, 0xc6, 0x9f, 0x69, 0x34, 0xa9, 0x35,
|
|
0x8c, 0x64, 0x1f, 0x38, 0x79, 0x00, 0xe0, 0x1f, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|