1#define gray7_width 3
2#define gray7_height 3
3static char gray7_bits[] = {
4   0x05, 0x07, 0x03};
5