arch/food/onion.111

10 lines
522 B
Plaintext

#define onion_width 24
#define onion_height 24
static char onion_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e,
0x00, 0x80, 0x13, 0x00, 0x80, 0x11, 0x00, 0xc0, 0x20, 0x00, 0xb0, 0x40,
0x00, 0xfc, 0x00, 0x80, 0x6a, 0x00, 0xe0, 0x3a, 0x00, 0x10, 0x25, 0x00,
0xb0, 0x7e, 0x00, 0x48, 0x75, 0x00, 0x58, 0x5f, 0x00, 0xb0, 0x7d, 0x00,
0xa8, 0x34, 0x00, 0x30, 0x3f, 0x00, 0xe8, 0x1d, 0x00, 0x7c, 0x0f, 0x00,
0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};