#define size_width 16
#define size_height 16
static unsigned char size_bits[] = {
   0xf0, 0x0f, 0x10, 0x08, 0xf0, 0x0c, 0x10, 0x08, 0x30, 0x0e, 0x10, 0x08,
   0x70, 0x0c, 0x10, 0x08, 0x30, 0x0f, 0x10, 0x08, 0x70, 0x0c, 0x10, 0x08,
   0x30, 0x0e, 0x10, 0x08, 0xf0, 0x0c, 0xf0, 0x0f};
