10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define gram3_width 24
|
|
#define gram3_height 24
|
|
static char gram3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x04,0x28,
|
|
0x80,0x02,0x14,0x00,0x05,0x0a,0x00,0x01,0x05,0x00,0x80,0x02,
|
|
0x00,0x40,0x01,0x00,0xa0,0x00,0x00,0x50,0x00,0x00,0x29,0x00,
|
|
0x00,0x15,0x00,0x00,0x0a,0x00,0x30,0x05,0x00,0xb0,0x1a,0x14,
|
|
0x60,0x01,0x08,0xe0,0x00,0x06,0xf0,0x03,0x08,0x38,0x03,0x00,
|
|
0x16,0x00,0x00,0x0e,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,0x00};
|