#define testbitmap_width 10
#define testbitmap_height 10
#define testbitmap_x_hot 0
#define testbitmap_y_hot 0
static char testbitmap_bits[] = {
   0xff, 0x03, 0x03, 0x03, 0x79, 0x02, 0xfd, 0x02, 0xcd, 0x02, 0xcd, 0x02,
   0xfd, 0x02, 0x79, 0x02, 0x03, 0x03, 0xff, 0x03};
