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, 0x08, 0x00, 0x00, 0x10, 0x00, 0x00, 0x10, 0x00, 0x00, 0x04,
|
|
0x00, 0x00, 0x8c, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
|
|
0x00, 0x00, 0x40, 0x00, 0x00, 0x90, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20,
|
|
0x00, 0x00, 0x00, 0x00, 0xf8, 0xf8, 0x80, 0xcf, 0xef, 0x80, 0xf7, 0xef,
|
|
0x00, 0xfc, 0x11, 0x00, 0xf8, 0x11, 0x00, 0xec, 0x50, 0x00, 0xfc, 0x90,
|
|
0x00, 0x7e, 0x30, 0x00, 0x76, 0x30, 0x00, 0x3e, 0x78, 0x00, 0x3f, 0x2c};
|