#define wireframe_width 16
#define wireframe_height 16
static unsigned char wireframe_bits[] = {
   0x00, 0x00, 0xfe, 0x3f, 0x92, 0x24, 0x92, 0x24, 0xfe, 0x3f, 0x92, 0x24,
   0x92, 0x24, 0xfe, 0x3f, 0x92, 0x24, 0x92, 0x24, 0xfe, 0x3f, 0x92, 0x24,
   0x92, 0x24, 0xfe, 0x3f, 0x00, 0x00, 0x00, 0x00};
