10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define shield_width 24
|
|
#define shield_height 24
|
|
static char shield_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x0f, 0x08, 0x00, 0x08,
|
|
0xe8, 0xf7, 0x0b, 0xe8, 0xd7, 0x0a, 0xe8, 0x57, 0x0b, 0xe8, 0xb7, 0x0b,
|
|
0xe8, 0x57, 0x0b, 0xe8, 0x77, 0x0b, 0xd0, 0xf7, 0x05, 0x10, 0x00, 0x04,
|
|
0xd0, 0xf7, 0x05, 0x50, 0xf4, 0x05, 0xa0, 0xf5, 0x02, 0xa0, 0xf4, 0x02,
|
|
0xa0, 0xf5, 0x02, 0x40, 0x75, 0x01, 0x80, 0xb6, 0x00, 0x80, 0xb6, 0x00,
|
|
0x00, 0x55, 0x00, 0x00, 0x22, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00};
|