10 lines
534 B
Plaintext
10 lines
534 B
Plaintext
#define big_slave_width 24
|
|
#define big_slave_height 24
|
|
static char big_slave_bits[] = {
|
|
0x00, 0x04, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x11, 0x00, 0x00, 0x0a, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x0a, 0x00, 0x80, 0x35, 0x00, 0x40, 0x40, 0x00,
|
|
0x40, 0x51, 0x00, 0xa0, 0xa0, 0x00, 0xa0, 0xb5, 0x00, 0x60, 0xca, 0x00,
|
|
0x60, 0x55, 0x01, 0x60, 0x9f, 0x01, 0x80, 0x2e, 0x00, 0x80, 0x24, 0x00,
|
|
0x80, 0x2a, 0x00, 0x80, 0x1b, 0x00, 0x00, 0x11, 0x00, 0x00, 0x1b, 0x00,
|
|
0x00, 0x0b, 0x00, 0x80, 0x2a, 0x00, 0x80, 0x31, 0x00, 0x00, 0x00, 0x00};
|