10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define para_air_width 24
|
|
#define para_air_height 24
|
|
static char para_air_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0xfc, 0x00, 0xf8, 0xc0, 0x2f, 0x04, 0x00, 0xc0, 0xf2, 0x87, 0x9f,
|
|
0x18, 0x0c, 0x30, 0xcc, 0x19, 0x23, 0x02, 0x30, 0x31, 0xc2, 0x77, 0x18,
|
|
0xe2, 0x83, 0x8f, 0x30, 0xdc, 0x87, 0x18, 0x18, 0x80, 0x08, 0x31, 0x6f,
|
|
0x1a, 0x60, 0x30, 0xf2, 0xc1, 0x1f, 0x06, 0x00, 0x80, 0x0c, 0x00, 0xe0,
|
|
0xf0, 0xd1, 0x1a, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|