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, 0x80, 0x00, 0x00,
|
|
0x00, 0x05, 0x00, 0x00, 0x05, 0x00, 0xc0, 0x05, 0x00, 0xe0, 0x07, 0x00,
|
|
0xd0, 0x03, 0x0f, 0x7c, 0xb3, 0x1f, 0xe4, 0xff, 0x3f, 0x40, 0xff, 0x1f,
|
|
0x70, 0xba, 0x0e, 0x00, 0xa9, 0x01, 0x00, 0x49, 0x02, 0x00, 0x49, 0x04,
|
|
0x00, 0x89, 0x04, 0x80, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|