1
2
3
4
5
6
|
#define l14_width 10
#define l14_height 16
static char l14_bits[] = { 0x00, 0x00,
0x06, 0x01, 0x87, 0x01, 0x87, 0x01, 0xc6, 0x01, 0xe6, 0x01, 0xa6, 0x01,
0xb6, 0x01, 0x96, 0x01, 0xf6, 0x03, 0xf6, 0x03, 0x86, 0x01, 0x86, 0x01,
0x86, 0x01, 0x8f, 0x01, 0x00, 0x00};
|