#define arrow_width 7 #define arrow_height 7 static unsigned char arrow_bits[] = { 0x00, 0x08, 0x18, 0x3f, 0x18, 0x08, 0x00};