10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define gate_7_width 24
|
|
#define gate_7_height 24
|
|
static char gate_7_bits[] = {
|
|
0x00,0x00,0x00,0x40,0x55,0x55,0xe0,0xff,0x7f,0x20,0x00,0x40,
|
|
0x30,0xf8,0x20,0x10,0x06,0x21,0x10,0x03,0x22,0x08,0xdb,0x12,
|
|
0x08,0xdb,0x12,0x08,0x02,0x11,0x04,0x96,0x08,0x04,0x46,0x08,
|
|
0x04,0x3e,0x08,0x02,0x14,0x04,0x03,0x00,0x04,0xff,0xff,0x07,
|
|
0xff,0xff,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|