10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define gate_2_5_width 24
|
|
#define gate_2_5_height 24
|
|
static char gate_2_5_bits[] = {
|
|
0x00,0x30,0x00,0x00,0x38,0x00,0x00,0x2c,0x00,0x00,0x36,0x00,
|
|
0x80,0x23,0x00,0x80,0x31,0x00,0x80,0x21,0x00,0x80,0x31,0x00,
|
|
0x80,0x21,0x00,0x80,0x31,0x00,0x80,0x21,0x00,0x80,0x31,0x00,
|
|
0x80,0x21,0x00,0x80,0x31,0x00,0x80,0x21,0x00,0x80,0x31,0x00,
|
|
0x80,0x21,0x00,0x80,0x31,0x00,0x80,0x29,0x00,0x80,0x15,0x00,
|
|
0x80,0x0b,0x00,0x80,0x05,0x00,0x80,0x07,0x00,0x80,0x07,0x00};
|