#define image_width 10
#define image_height 10
static unsigned char image_bits[] = {
0x03,0xff,0x87,0xff,0xce,0xfd,0xfc,0xfc,0x78,0xfc,0x78,0xfc,
0xfc,0xfc,0xce,0xfd,0x87,0xff,0x03,0xff};