10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define gate_3_width 24
|
|
#define gate_3_height 24
|
|
static char gate_3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0xa8,0xaa,0x0a,0xfc,0xff,0x0f,0x04,0x00,0x08,
|
|
0x04,0x1f,0x08,0xc2,0x20,0x04,0x63,0x40,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};
|