1
2
3
4
5
6
|
#define Xcrazed_width 16
#define Xcrazed_height 16
static char Xcrazed_bits[] = {
0xe0, 0x07, 0x18, 0x18, 0x04, 0x20, 0x72, 0x4e, 0x8a, 0x51, 0x29, 0x94,
0x89, 0x91, 0x71, 0x8e, 0x01, 0x80, 0xe1, 0x87, 0x11, 0x88, 0x0a, 0x50,
0xf2, 0x4f, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07};
|