10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define gram_width 24
|
|
#define gram_height 24
|
|
static char gram_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x00,0x28,
|
|
0x00,0x00,0x14,0x00,0x00,0x0a,0x00,0x00,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,0x00,
|
|
0x60,0x01,0x00,0xe0,0x00,0x00,0xf0,0x03,0x00,0x38,0x03,0x00,
|
|
0x16,0x00,0x00,0x0e,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,0x00};
|