#define conncursor_width 16 #define conncursor_height 16 #define conncursor_x_hot 8 #define conncursor_y_hot 8 static char conncursor_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x30, 0x60, 0x0c, 0x80, 0x02, 0x80, 0x02, 0xf8, 0x3f, 0xf8, 0x3e, 0xf8, 0x3f, 0x80, 0x02, 0x80, 0x02, 0x60, 0x0c, 0x18, 0x30, 0x00, 0x00, 0x00, 0x00};