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, 0x02, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x00,
|
|
0x02, 0x02, 0x00, 0x0a, 0x00, 0x00, 0xe2, 0x00, 0x00, 0x82, 0x01, 0x00,
|
|
0x90, 0x0b, 0x00, 0xb0, 0x03, 0x20, 0xe4, 0x01, 0x20, 0xe6, 0x04, 0x20,
|
|
0x00, 0x04, 0x10, 0x02, 0x0a, 0x10, 0x67, 0x08, 0x50, 0xc5, 0x01, 0x90,
|
|
0xcc, 0x00, 0x30, 0x84, 0x00, 0x30, 0xa4, 0x08, 0x78, 0x24, 0x04, 0x2c};
|