1
2
3
4
5
6
7
8
|
#define great__width 16
#define great__height 16
#define great__x_hot -1
#define great__y_hot -1
static char great__bits[] = {
0x00, 0x00, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x03, 0xc0, 0x00, 0x30, 0x00,
0x0c, 0x00, 0x0c, 0x00, 0x30, 0x00, 0xc0, 0x00, 0x00, 0x03, 0x00, 0x0c,
0x00, 0x30, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00};
|