10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define sandals_width 24
|
|
#define sandals_height 24
|
|
static char sandals_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x7c, 0x00, 0x00, 0xfc, 0x01,
|
|
0x30, 0x7c, 0x06, 0xf8, 0xb8, 0x0d, 0xf8, 0xe3, 0x0f, 0xf8, 0x8c, 0x07,
|
|
0x70, 0x1b, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|