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