1#define se_width 16
2#define se_height 16
3#define se_x_hot 12
4#define se_y_hot 12
5static unsigned char se_bits[] = {
6   0x00, 0x00, 0x00, 0x40, 0x00, 0x40, 0x08, 0x44, 0x10, 0x44, 0x20, 0x44,
7   0x40, 0x44, 0x80, 0x44, 0x00, 0x45, 0x00, 0x46, 0xf8, 0x47, 0x00, 0x40,
8   0x00, 0x40, 0x00, 0x40, 0xfe, 0x7f, 0x00, 0x00};
9