1#define bm1_width 16
2#define bm1_height 16
3static unsigned char bm1_bits[] =
4{
5    0x00, 0x00, 0x00, 0x57, 0x7c, 0x72, 0xc4, 0x52, 0xc4, 0x00, 0x44, 0x01,
6    0x44, 0x1f, 0xfc, 0x22, 0x40, 0x42, 0x40, 0x44, 0x40, 0x43, 0xc0, 0x40,
7    0x70, 0x40, 0x8c, 0x20, 0x00, 0x1f, 0x00, 0x00
8};
9
10