1
2
3
4
5
6
|
#define Xhappy_width 16
#define Xhappy_height 16
static char Xhappy_bits[] = {
0xe0, 0x07, 0x18, 0x18, 0x04, 0x20, 0x02, 0x40, 0x32, 0x4c, 0x31, 0x8c,
0x01, 0x80, 0x01, 0x80, 0x09, 0x90, 0x19, 0x98, 0xf1, 0x8f, 0xe2, 0x47,
0x02, 0x40, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07};
|