10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define gate_2_width 24
|
|
#define gate_2_height 24
|
|
static char gate_2_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,0x00,0x00,0x00,0x00,0x00,0x00,0xa8,0xaa,0x0a,
|
|
0xfc,0xff,0x0f,0x04,0x00,0x08,0x03,0x1f,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};
|