1
2
3
4
5
6
|
#define info_width 16
#define info_height 16
static unsigned char info_bits[] = {
0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0xe0, 0x01, 0xe0, 0x01, 0x80, 0x01,
0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0xe0, 0x07, 0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, };
|