arch/food/orange.111

10 lines
525 B
Plaintext

#define orange_width 24
#define orange_height 24
static char orange_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00,
0xc0, 0xe0, 0x00, 0x60, 0x64, 0x01, 0x10, 0x00, 0x02, 0x90, 0x00, 0x02,
0x18, 0x10, 0x04, 0x08, 0x82, 0x04, 0x28, 0x00, 0x04, 0x08, 0x00, 0x04,
0x88, 0x00, 0x04, 0x08, 0x00, 0x02, 0x10, 0x00, 0x02, 0x10, 0x02, 0x03,
0x20, 0x80, 0x01, 0xc0, 0xe4, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};