arch/construct/fountain/fountain.112

10 lines
531 B
Plaintext

#define fountain_width 24
#define fountain_height 24
static char fountain_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x00,
0x40, 0x2a, 0x01, 0x20, 0x22, 0x02, 0x20, 0x5d, 0x02, 0x20, 0x3e, 0x02,
0x80, 0x94, 0x00, 0xa0, 0x9c, 0x02, 0xa0, 0x94, 0x02, 0xa0, 0x9c, 0x02,
0xa0, 0x88, 0x02, 0xa0, 0xbe, 0x02, 0xe0, 0xdd, 0x03, 0xb0, 0xaa, 0x06,
0x70, 0x5d, 0x07, 0xd0, 0xeb, 0x05, 0x10, 0x3e, 0x04, 0x10, 0x00, 0x04,
0x20, 0x00, 0x02, 0xc0, 0xc1, 0x01, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00};