1#define blurm_width 16
2#define blurm_height 16
3static unsigned char blurm_bits[] = {
4   0x00, 0x00, 0x1e, 0x00, 0x3f, 0x00, 0x7f, 0x1f, 0xff, 0x3f, 0xff, 0x7f,
5   0xfe, 0x7f, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff,
6   0xf8, 0xff, 0xf0, 0x3f, 0xe0, 0x1f, 0x00, 0x0f};
7