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, 0x80, 0x00, 0x00, 0x82, 0x00, 0x00, 0xe6, 0x00, 0x00, 0x32,
|
|
0x00, 0x00, 0x8d, 0x00, 0x00, 0x81, 0x00, 0xc0, 0x1c, 0x00, 0xc0, 0x1e,
|
|
0x00, 0x40, 0x92, 0x00, 0x40, 0xa5, 0x00, 0xe0, 0x3d, 0x00, 0x40, 0xdd,
|
|
0x00, 0x80, 0x7f, 0x00, 0x80, 0xff, 0x80, 0x00, 0xde, 0x80, 0x00, 0xff,
|
|
0x80, 0x81, 0x6f, 0x00, 0xc7, 0x19, 0x00, 0xfe, 0x1f, 0x00, 0xf8, 0x17,
|
|
0x00, 0xe0, 0x9f, 0x00, 0xe0, 0x4f, 0x18, 0xe0, 0x3d, 0x18, 0xc0, 0x1f};
|