10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define Bk_width 24
|
|
#define Bk_height 24
|
|
static unsigned char Bk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x0c, 0xe0, 0x00, 0xd8, 0x15, 0x00, 0x00, 0xcf, 0x0c,
|
|
0x08, 0x40, 0x40, 0x7c, 0x00, 0x50, 0x86, 0x08, 0x47, 0xf0, 0x8e, 0x47,
|
|
0xc0, 0xd6, 0x0f, 0x04, 0xc4, 0x0f, 0x04, 0x80, 0x27, 0x04, 0x20, 0x67,
|
|
0x08, 0x30, 0x07, 0x08, 0x00, 0x07, 0x0a, 0x00, 0x07, 0x09, 0x00, 0x03,
|
|
0x0c, 0x00, 0x03, 0x0c, 0x00, 0x03, 0x1e, 0x00, 0x03, 0x34, 0x00, 0x07};
|