10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define gate_5_width 24
|
|
#define gate_5_height 24
|
|
static char gate_5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0xb0,0xaa,0x2a,0xf0,0xff,0x3f,0x08,0x00,0x20,
|
|
0x08,0x3e,0x10,0x88,0x41,0x10,0xc4,0x80,0x08,0xc4,0xb6,0x08,
|
|
0xc4,0xb6,0x08,0x82,0x40,0x04,0x83,0x25,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};
|