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, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x30, 0x00,
|
|
0x00, 0xce, 0x38, 0x00, 0x31, 0x06, 0x80, 0xce, 0x19, 0x80, 0x20, 0x06,
|
|
0x80, 0xd0, 0x09, 0x80, 0x10, 0x06, 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};
|