#define cursor_width 16
#define cursor_height 16
static char cursor_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0xf0, 0x1e, 0x48, 0x72,
   0x4c, 0x92, 0x4a, 0x92, 0x49, 0x82, 0x01, 0x80, 0x02, 0x80, 0x02, 0x40,
   0x04, 0x40, 0x08, 0x20, 0x08, 0x00, 0x00, 0x00};
