1
2
3
4
5
6
7
8
|
#define Re_width 16
#define Re_height 16
#define Re_x_hot -1
#define Re_y_hot -1
static char Re_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xfe, 0x07, 0x1b, 0x0c, 0x19, 0x08, 0x19, 0x08,
0x19, 0x08, 0x19, 0x0c, 0x19, 0x04, 0xf8, 0x07, 0x1c, 0x04, 0x0c, 0x0c,
0x0e, 0x08, 0x06, 0x28, 0x06, 0x38, 0x00, 0x00};
|