10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define speedboots_width 24
|
|
#define speedboots_height 24
|
|
static char speedboots_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0xa0, 0x10, 0x00, 0x50, 0x08,
|
|
0x00, 0xae, 0x14, 0x00, 0x51, 0x0a, 0x80, 0xce, 0x15, 0x80, 0x20, 0x0a,
|
|
0x80, 0xd0, 0x05, 0x80, 0x10, 0x02, 0x60, 0x10, 0x02, 0x10, 0x10, 0x02,
|
|
0x08, 0x0c, 0x02, 0x08, 0x02, 0x02, 0xf0, 0x81, 0x01, 0x00, 0x61, 0x00,
|
|
0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|