1#define dot_width 10
2#define dot_height 10
3static unsigned char dot_bits[] = {
4   0x55, 0xfd, 0xaa, 0xfc, 0xfd, 0xfc, 0xfe, 0xfc, 0xfd, 0xfc, 0xfe, 0xfc,
5   0xfd, 0xfc, 0xfe, 0xfc, 0x01, 0xfc, 0x00, 0xfc};
6