1#define padimg_width 15
2#define padimg_height 15
3static unsigned char padimg_bits[] = {
4   0x00, 0x00, 0xff, 0x7f, 0xab, 0x6a, 0x55, 0x55, 0x03, 0x60, 0x85, 0x50,
5   0xe3, 0x65, 0x15, 0x56, 0xe3, 0x65, 0x85, 0x50, 0x03, 0x60, 0x55, 0x55,
6   0xab, 0x6a, 0xff, 0x7f, 0x00, 0x00};
7