10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define grate_2_3_width 24
|
|
#define grate_2_3_height 24
|
|
static char grate_2_3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x06,0x00,0x00,0x03,0x00,0x80,0x02,0x00,0x80,0x02,0x00,
|
|
0x80,0x02,0x00,0x80,0x06,0x00,0x80,0x02,0x00,0x80,0x03,0x00,
|
|
0x80,0x02,0x00,0x80,0x02,0x00,0x80,0x02,0x00,0x80,0x06,0x00,
|
|
0x80,0x02,0x00,0x80,0x03,0x00,0x80,0x02,0x00,0x80,0x02,0x00,
|
|
0x80,0x02,0x00,0x80,0x06,0x00,0x80,0x02,0x00,0x80,0x01,0x00};
|