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, 0x00, 0x00, 0x02,
|
|
0x00, 0x40, 0x01, 0x00, 0xa0, 0x00, 0x00, 0xa0, 0x03, 0x00, 0xe0, 0x07,
|
|
0xf0, 0xc0, 0x05, 0xf8, 0x6d, 0x0f, 0xfc, 0xff, 0x1f, 0xf8, 0xff, 0x13,
|
|
0x70, 0x5d, 0x02, 0x00, 0x95, 0x06, 0x80, 0xa4, 0x00, 0x40, 0x24, 0x01,
|
|
0x20, 0x24, 0x02, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|