1
2
3
4
5
6
|
#define l13_width 10
#define l13_height 16
static char l13_bits[] = { 0x00, 0x00,
0xe6, 0x00, 0xf7, 0x01, 0x17, 0x03, 0x06, 0x03, 0x06, 0x03, 0x06, 0x03,
0xc6, 0x01, 0xc6, 0x01, 0x06, 0x03, 0x06, 0x03, 0x06, 0x03, 0x16, 0x03,
0xf6, 0x01, 0xe7, 0x00, 0x00, 0x00};
|