10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define randoFood_width 24
|
|
#define randoFood_height 24
|
|
static char randoFood_bits[] = {
|
|
0x00, 0x00, 0x00, 0xaa, 0xaa, 0x2a, 0xfc, 0xff, 0x7f, 0x06, 0x00, 0x20,
|
|
0x04, 0x00, 0x60, 0x06, 0x1c, 0x20, 0x84, 0x13, 0x60, 0x86, 0x70, 0x20,
|
|
0x44, 0x40, 0x60, 0x46, 0x88, 0x20, 0xe4, 0x14, 0x61, 0x26, 0x13, 0x22,
|
|
0x24, 0xfa, 0x61, 0x26, 0x04, 0x21, 0x24, 0x00, 0x66, 0x26, 0x8c, 0x24,
|
|
0xe4, 0xb2, 0x65, 0x06, 0x23, 0x24, 0x04, 0xe0, 0x64, 0x06, 0x00, 0x27,
|
|
0x04, 0x00, 0x60, 0xfe, 0xff, 0x3f, 0x54, 0x55, 0x55, 0x00, 0x00, 0x00};
|