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, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x60, 0x00, 0x00, 0x90, 0x10,
|
|
0x00, 0x6e, 0x0c, 0x00, 0x11, 0x12, 0x80, 0xce, 0x0d, 0x80, 0x20, 0x12,
|
|
0x80, 0xd0, 0x0d, 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};
|