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, 0x00, 0x07, 0x30, 0x00, 0xa8, 0x1b, 0x30, 0xf3, 0x00,
|
|
0x02, 0x02, 0x10, 0x0a, 0x00, 0x3e, 0xe2, 0x10, 0x61, 0xe2, 0x71, 0x0f,
|
|
0xf0, 0x6b, 0x03, 0xf0, 0x23, 0x20, 0xe4, 0x01, 0x20, 0xe6, 0x04, 0x20,
|
|
0xe0, 0x0c, 0x10, 0xe0, 0x00, 0x10, 0xe0, 0x00, 0x50, 0xc0, 0x00, 0x90,
|
|
0xc0, 0x00, 0x30, 0xc0, 0x00, 0x30, 0xc0, 0x00, 0x78, 0xe0, 0x00, 0x2c};
|