#define cursor_width 16
#define cursor_height 16
static char cursor_bits[] = {
   0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0x8c, 0x31,
   0x96, 0x69, 0xe6, 0x67, 0xa6, 0x65, 0x26, 0x64, 0xa6, 0x65, 0x26, 0x64,
   0xe6, 0x67, 0x16, 0x68, 0x0c, 0x30, 0xfc, 0x3f};
