arch/ground/Lake/blake_5.111

10 lines
542 B
Plaintext

#define blake_5_width 24
#define blake_5_height 24
static unsigned char blake_5_bits[] = {
0xff, 0xff, 0xff, 0x26, 0x26, 0x26, 0xc1, 0xc1, 0xc1, 0x00, 0x00, 0x00,
0x0c, 0x0c, 0x0c, 0x13, 0x13, 0x13, 0xe0, 0xe0, 0xe0, 0x00, 0x00, 0x00,
0x30, 0x30, 0x30, 0x4c, 0x4c, 0x4c, 0x83, 0x83, 0x83, 0x00, 0x00, 0x00,
0x18, 0x18, 0x18, 0x26, 0x26, 0x26, 0xc1, 0xc1, 0xc1, 0x00, 0x00, 0x00,
0xc0, 0xc0, 0xc0, 0x31, 0x31, 0x31, 0x0e, 0x0e, 0x0e, 0x00, 0x00, 0x00,
0x60, 0x60, 0x60, 0x98, 0x98, 0x98, 0x07, 0x07, 0x07, 0xff, 0xff, 0xff};