1
2
3
4
5
6
|
#define l18_width 10
#define l18_height 16
static char l18_bits[] = { 0x00, 0x00,
0xc6, 0x00, 0xe7, 0x01, 0x37, 0x03, 0x36, 0x03, 0x36, 0x03, 0x36, 0x03,
0xe6, 0x01, 0xe6, 0x01, 0x36, 0x03, 0x36, 0x03, 0x36, 0x03, 0x36, 0x03,
0xe6, 0x01, 0xcf, 0x00, 0x00, 0x00};
|