10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define tele1_width 24
|
|
#define tele1_height 24
|
|
static char tele1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x00,0xc0,0xc1,0x01,
|
|
0x20,0x00,0x02,0x30,0x1c,0x06,0x38,0x63,0x0e,0xc4,0x80,0x11,
|
|
0xc4,0x9c,0x11,0x24,0x63,0x12,0x22,0x63,0x22,0x92,0x94,0x24,
|
|
0x92,0x88,0x24,0x92,0x94,0x24,0x22,0x63,0x22,0x24,0x63,0x12,
|
|
0xc4,0x9c,0x11,0xc4,0x80,0x11,0x38,0x63,0x0e,0x30,0x1c,0x06,
|
|
0x20,0x00,0x02,0xc0,0xc1,0x01,0x00,0x3e,0x00,0x00,0x00,0x00};
|