1
2
3
4
5
6
|
#define l19_width 10
#define l19_height 16
static char l19_bits[] = { 0x00, 0x00,
0xc6, 0x00, 0xe7, 0x01, 0x37, 0x03, 0x36, 0x03, 0x36, 0x03, 0x36, 0x03,
0x36, 0x03, 0xe6, 0x03, 0xc6, 0x03, 0x06, 0x03, 0x06, 0x03, 0x06, 0x03,
0xf6, 0x01, 0xf7, 0x00, 0x00, 0x00};
|