arch/readable/quarto.111

10 lines
524 B
Plaintext

#define quarto_width 24
#define quarto_height 24
static char quarto_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f,
0x00, 0x03, 0x58, 0x00, 0x05, 0x54, 0x80, 0x00, 0x28, 0x80, 0x00, 0x28,
0x40, 0x00, 0x14, 0x40, 0x00, 0x14, 0x40, 0x00, 0x14, 0x20, 0x00, 0x0a,
0x20, 0x00, 0x0a, 0x10, 0x00, 0x05, 0x10, 0x00, 0x05, 0x08, 0x80, 0x02,
0x28, 0xa0, 0x02, 0x18, 0xc0, 0x02, 0xfc, 0x7f, 0x01, 0x04, 0x80, 0x01,
0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};