1 #define tblselw_curs_width 16
2 #define tblselw_curs_height 16
3 #define tblselw_curs_x_hot 1
4 #define tblselw_curs_y_hot 8
5 static char tblselw_curs_bits[] = {
6    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x30, 0x00,
7    0x38, 0x00, 0xfc, 0x3f, 0xfe, 0x3f, 0xfc, 0x3f, 0x38, 0x00, 0x30, 0x00,
8    0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
9