arch/food/carrot.111

10 lines
525 B
Plaintext

#define carrot_width 24
#define carrot_height 24
static char carrot_bits[] = {
0x00, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0xf0, 0xdd, 0x03, 0xf8, 0xff, 0x1f,
0x38, 0xf0, 0x1e, 0x10, 0xa0, 0x2b, 0x38, 0xc0, 0x1e, 0xf8, 0xc3, 0x3b,
0xa8, 0x9c, 0x6f, 0xd8, 0x17, 0x0d, 0x30, 0x6d, 0x06, 0xf0, 0x59, 0x04,
0x60, 0x97, 0x01, 0x20, 0x77, 0x01, 0xa0, 0x4c, 0x06, 0xe0, 0xd2, 0x05,
0xc0, 0x33, 0x09, 0x00, 0x4f, 0x0b, 0x00, 0x9c, 0x14, 0x00, 0x78, 0x1b,
0x00, 0xc0, 0x17, 0x00, 0x00, 0x3a, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00};