10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define ten_kilo_width 24
|
|
#define ten_kilo_height 24
|
|
static unsigned char ten_kilo_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x81, 0x00,
|
|
0x00, 0x81, 0x00, 0x00, 0x42, 0x00, 0x00, 0x24, 0x00, 0x00, 0x24, 0x00,
|
|
0xe0, 0xc3, 0x07, 0x20, 0x00, 0x04, 0x20, 0x00, 0x04, 0x20, 0x00, 0x04,
|
|
0x20, 0x49, 0x05, 0xa0, 0x55, 0x05, 0x20, 0xd5, 0x04, 0x20, 0xd5, 0x04,
|
|
0x20, 0x55, 0x05, 0x20, 0x49, 0x05, 0x20, 0x00, 0x04, 0x20, 0x00, 0x04,
|
|
0x20, 0x00, 0x04, 0xe0, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|