10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define Bk_width 24
|
|
#define Bk_height 24
|
|
static unsigned char Bk_bits[] = {
|
|
0x00, 0xc8, 0xea, 0x00, 0xff, 0xf5, 0x00, 0xf8, 0x3f, 0x00, 0xf4, 0x0f,
|
|
0x00, 0xe2, 0x0f, 0x00, 0xa0, 0x0f, 0x00, 0xa0, 0x0f, 0x00, 0xa0, 0x0f,
|
|
0x00, 0xa0, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xa0, 0x03, 0x00, 0xa0, 0x03,
|
|
0x00, 0xe0, 0x03, 0x00, 0xe0, 0x03, 0x00, 0xf0, 0x03, 0x00, 0xf0, 0x03,
|
|
0x00, 0xfa, 0x03, 0x00, 0xfe, 0x01, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|