#define hexcursor_width 16 #define hexcursor_height 16 #define hexcursor_x_hot 7 #define hexcursor_y_hot 7 static char hexcursor_bits[] = { 0x00, 0x00, 0x80, 0x01, 0xe0, 0x07, 0x78, 0x1e, 0x1c, 0x38, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x1c, 0x38, 0x78, 0x1e, 0xe0, 0x07, 0x80, 0x01, 0x00, 0x00};