#define text_square_width 16
#define text_square_height 16
static unsigned char text_square_bits[] = {
   0xfe, 0x7f, 0xff, 0xff, 0x07, 0xe0, 0xf3, 0xcf, 0xfb, 0xdf, 0x3b, 0xdc,
   0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0x3b, 0xdc, 0xfb, 0xdf,
   0xf3, 0xcf, 0x07, 0xe0, 0xff, 0xff, 0xfe, 0x7f};
