arch/food/apple.111

10 lines
521 B
Plaintext

#define apple_width 24
#define apple_height 24
static char apple_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0xf0, 0x00,
0x00, 0x73, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x08, 0x00, 0x80, 0xeb, 0x01,
0x40, 0x1e, 0x03, 0x20, 0x1c, 0x02, 0x10, 0x00, 0x04, 0x10, 0x00, 0x04,
0x10, 0x00, 0x04, 0x10, 0x00, 0x04, 0x10, 0x00, 0x04, 0x20, 0x00, 0x04,
0x20, 0x00, 0x02, 0x40, 0x00, 0x02, 0x40, 0x00, 0x01, 0x80, 0x00, 0x01,
0x00, 0x81, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};