10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define Bk_width 24
|
|
#define Bk_height 24
|
|
static unsigned char Bk_bits[] = {
|
|
0xaa, 0xbc, 0x01, 0x57, 0x7d, 0x03, 0xa9, 0xfa, 0x06, 0x5c, 0xdd, 0x03,
|
|
0xbc, 0xfa, 0x03, 0xfc, 0x55, 0x01, 0xf4, 0xab, 0x01, 0x04, 0xff, 0x0f,
|
|
0x04, 0xfe, 0x00, 0x04, 0x60, 0x01, 0x06, 0x20, 0x02, 0x03, 0x10, 0x00,
|
|
0x01, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x07, 0x00, 0x00,
|
|
0x0f, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x37, 0x00, 0x00, 0x6b, 0x00, 0x00,
|
|
0xd7, 0x00, 0x00, 0xab, 0x00, 0x00, 0x57, 0x41, 0x00, 0xaf, 0x26, 0x00};
|