#define occupied_width 8 #define occupied_height 16 static unsigned char occupied_bits[] = { 0x00, 0x00, 0x08, 0x08, 0x3e, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };