10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define spit_ant_width 24
|
|
#define spit_ant_height 24
|
|
static char spit_ant_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00,
|
|
0x40, 0x01, 0x00, 0x80, 0x02, 0x00, 0xe0, 0x02, 0x00, 0xf0, 0x03, 0x00,
|
|
0xd0, 0x81, 0x07, 0x78, 0xdb, 0x0f, 0xfc, 0xff, 0x1f, 0xe4, 0xff, 0x0f,
|
|
0x20, 0x5d, 0x07, 0xb0, 0x54, 0x00, 0x80, 0x92, 0x00, 0x40, 0x12, 0x01,
|
|
0x20, 0x12, 0x02, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|