1#define pgm_width 16
2#define pgm_height 16
3static char pgm_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xcf, 0xd9,
5   0x6b, 0xfb, 0x29, 0xa8, 0xaf, 0x8b, 0x61, 0x8b, 0xc1, 0x89, 0x00, 0x00,
6   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
7