10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define grate_2_4_width 24
|
|
#define grate_2_4_height 24
|
|
static char grate_2_4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,
|
|
0x00,0x06,0x00,0x00,0x05,0x00,0x80,0x05,0x00,0x80,0x05,0x00,
|
|
0x80,0x0d,0x00,0x80,0x05,0x00,0x80,0x07,0x00,0x80,0x05,0x00,
|
|
0x80,0x05,0x00,0x80,0x05,0x00,0x80,0x0d,0x00,0x80,0x05,0x00,
|
|
0x80,0x07,0x00,0x80,0x05,0x00,0x80,0x05,0x00,0x80,0x05,0x00,
|
|
0x80,0x0d,0x00,0x80,0x05,0x00,0x80,0x03,0x00,0x80,0x01,0x00};
|