#define movecursor_width 16 #define movecursor_height 16 #define movecursor_x_hot 7 #define movecursor_y_hot 7 static char movecursor_bits[] = { 0x18, 0x0c, 0x38, 0x0e, 0x58, 0x0d, 0x28, 0x0a, 0x20, 0x02, 0x48, 0x09, 0x46, 0x31, 0xff, 0x7f, 0x46, 0x31, 0x48, 0x09, 0x20, 0x02, 0x28, 0x0a, 0x58, 0x0d, 0x38, 0x0e, 0x18, 0x0c, 0x00, 0x00};