#define focus_indicator_width 16 #define focus_indicator_height 16 static unsigned char focus_indicator_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xbf, 0xfd, 0xdf, 0xfb, 0x60, 0x06, 0xb0, 0x0d, 0xdb, 0xdb, 0xed, 0xb7, 0xdb, 0xdb, 0xb0, 0x0d, 0x60, 0x06, 0xdf, 0xfb, 0xbf, 0xfd, 0x00, 0x00 };