1
2
3
4
5
6
|
#define Xperv_width 16
#define Xperv_height 16
static char Xperv_bits[] = {
0xe0, 0x07, 0x18, 0x18, 0x24, 0x24, 0x62, 0x46, 0xc2, 0x43, 0xb1, 0x8d,
0x31, 0x8c, 0x01, 0xa0, 0x01, 0xb0, 0x01, 0x98, 0x01, 0x8c, 0xe2, 0x47,
0x02, 0x40, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07};
|