1
2
3
4
5
6
|
#define l4_width 10
#define l4_height 16
static char l4_bits[] = { 0x00, 0x00,
0x80, 0x01, 0xc0, 0x01, 0xe0, 0x01, 0xb0, 0x01, 0x98, 0x01, 0x8c, 0x01,
0x86, 0x01, 0x83, 0x01, 0xff, 0x03, 0xff, 0x03, 0x80, 0x01, 0x80, 0x01,
0x80, 0x01, 0x80, 0x01, 0x00, 0x00};
|