10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define altair_off_width 24
|
|
#define altair_off_height 24
|
|
static char altair_off_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,
|
|
0x00,0xa0,0x01,0x00,0x78,0x06,0x00,0x84,0x19,0x00,0x02,0x1e,
|
|
0x80,0x01,0x16,0x40,0x00,0x11,0x20,0x80,0x11,0x18,0x60,0x19,
|
|
0x64,0xb0,0x1d,0x9c,0x59,0x0f,0x64,0xb6,0x07,0x84,0xd1,0x01,
|
|
0x04,0xf1,0x00,0x04,0x71,0x00,0x1c,0x19,0x00,0x78,0x1f,0x00,
|
|
0xe0,0x07,0x00,0x80,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|