10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define blake_7_width 24
|
|
#define blake_7_height 24
|
|
static unsigned char blake_7_bits[] = {
|
|
0x00, 0x00, 0x00, 0xff, 0x0f, 0x00, 0xe0, 0x30, 0x00, 0x00, 0x60, 0x00,
|
|
0x06, 0x86, 0x00, 0x89, 0x89, 0x01, 0x70, 0x70, 0x01, 0x00, 0x00, 0x02,
|
|
0x18, 0x18, 0x02, 0x26, 0x26, 0x02, 0xc1, 0xc1, 0x05, 0x00, 0x00, 0x04,
|
|
0x0c, 0x0c, 0x04, 0x13, 0x13, 0x03, 0xe0, 0xe0, 0x02, 0x00, 0x00, 0x02,
|
|
0x60, 0x60, 0x01, 0x98, 0x98, 0x01, 0x07, 0x87, 0x00, 0x00, 0x40, 0x00,
|
|
0x30, 0x30, 0x00, 0x4c, 0x0c, 0x00, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00};
|