#define arrow_width 16
#define arrow_height 16
static char arrow_bits[] = {
0xfc, 0x00, 
0xf8, 0x00, 
0xf0, 0x00, 
0xf8, 0x00, 
0xdc, 0x00, 
0x8e, 0x00, 
0x07, 0x00, 
0x03, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 
0x00, 0x00, 

};
