#define leftarrow_width 16 #define leftarrow_height 16 static char leftarrow_bits[] = { 0x00, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x07, 0x80, 0x07, 0xc0, 0x07, 0xe0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xe0, 0x07, 0xc0, 0x07, 0x80, 0x07, 0x00, 0x07, 0x00, 0x06, 0x00, 0x04, 0x00, 0x00};